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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.IdentityModel.User.ComTypes Namespace > _UserNameTokenInfo Interface : UserInfo Property
User name, and an optional password preceded by a colon (:).
Syntax
'Declaration
 
<NotNullAttribute()>
Property UserInfo As String
'Usage
 
Dim instance As _UserNameTokenInfo
Dim value As String
 
instance.UserInfo = value
 
value = instance.UserInfo
[NotNull()]
string UserInfo {get; set;}
[NotNull()]
property String^ UserInfo {
   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