'Declaration
<BrowsableAttribute(False)> <NotNullAttribute()> Public ReadOnly Property DataSubscriptionSet As ISet(Of IUADataSubscription)
'Usage
Dim instance As UADataVariable Dim value As ISet(Of IUADataSubscription) value = instance.DataSubscriptionSet
[Browsable(false)] [NotNull()] public ISet<IUADataSubscription> DataSubscriptionSet {get;}
[Browsable(false)] [NotNull()] public: property ISet<IUADataSubscription^>^ DataSubscriptionSet { ISet<IUADataSubscription^>^ get(); }
Property Value
A set of IUADataSubscription objects representing the current data subscriptions.The value of this property cannot be null
(Nothing
in Visual Basic).
The individual elements of the property value cannot be null
(Nothing
in Visual Basic).