QuickOPC User's Guide and Reference
IsEnabled Property (_AnonymousTokenInfo)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.IdentityModel.User.ComTypes Namespace > _AnonymousTokenInfo Interface : IsEnabled Property
Determines whether the anonymous token info is enabled.
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
Property IsEnabled As Boolean
'Usage
 
Dim instance As _AnonymousTokenInfo
Dim value As Boolean
 
instance.IsEnabled = value
 
value = instance.IsEnabled
[DefaultValue(true)]
bool IsEnabled {get; set;}
[DefaultValue(true)]
property bool IsEnabled {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also