OPC Studio User's Guide and Reference
Default Property (ManagedSecurityGroupParameters)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security.KeyManagement.Configuration Namespace > ManagedSecurityGroupParameters Class : Default Property
Default managed security group parameters.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared Shadows ReadOnly Property Default As ManagedSecurityGroupParameters
[NotNull()]
public new static ManagedSecurityGroupParameters Default {get;}
[NotNull()]
public:
new static property ManagedSecurityGroupParameters^ Default {
   ManagedSecurityGroupParameters^ get();
}

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

Remarks

Default parameters are different from empty parameters.

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