'DeclarationPublic Const DefaultIsolated As Boolean
'UsageDim value As Boolean value = EasyUASubscriberSelector.DefaultIsolated
public const bool DefaultIsolated
public: const bool DefaultIsolated
This is a constant, and its value is False.
'DeclarationPublic Const DefaultIsolated As Boolean
'UsageDim value As Boolean value = EasyUASubscriberSelector.DefaultIsolated
public const bool DefaultIsolated
public: const bool DefaultIsolated
This is the default value used to determine whether the selected subscriber should operate isolated from other subscribers. The default is false, meaning that by default, subscribers are not isolated and can share resources with other subscribers.