'Declaration
<DefaultValueAttribute(False)> <IsValueEvidentAttribute(True)> <PureAttribute()> Public ReadOnly Property HasPublishedDataSet As Boolean
'Usage
Dim instance As UADataSetSubscriptionDescriptor Dim value As Boolean value = instance.HasPublishedDataSet
[DefaultValue(false)] [IsValueEvident(true)] [Pure()] public bool HasPublishedDataSet {get;}
[DefaultValue(false)] [IsValueEvident(true)] [Pure()] public: property bool HasPublishedDataSet { bool get(); }