QuickOPC User's Guide and Reference
UserName Property (_UserNameTokenInfo)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.IdentityModel.User.ComTypes Namespace > _UserNameTokenInfo Interface : UserName Property
Gets or sets the user name.
Syntax
'Declaration
 
<NotNullAttribute()>
Property UserName As String
'Usage
 
Dim instance As _UserNameTokenInfo
Dim value As String
 
instance.UserName = value
 
value = instance.UserName
[NotNull()]
string UserName {get; set;}
[NotNull()]
property String^ UserName {
   String^ get();
   void set (    String^ 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