'DeclarationReadOnly Property AllowsResolution As Boolean
'UsageDim instance As _UADataSetSubscriptionDescriptor Dim value As Boolean value = instance.AllowsResolution
bool AllowsResolution {get;}
'DeclarationReadOnly Property AllowsResolution As Boolean
'UsageDim instance As _UADataSetSubscriptionDescriptor Dim value As Boolean value = instance.AllowsResolution
bool AllowsResolution {get;}
The dataset subscription descriptor allows resolution iff it has published dataset (HasPublishedDataSet) or its ConnectionDescriptor has a connection name specified (OpcLabs.EasyOpc.UA.PubSub.UAPubSubObjectDescriptor.HasName).