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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.IdentityModel.User Namespace > UserNameTokenInfo Class : UserInfo Property
User name, and an optional password preceded by a colon (:).
Syntax
'Declaration
 
<DefaultValueAttribute("")>
<NotNullAttribute()>
<XmlIgnoreAttribute()>
Public Property UserInfo As String
'Usage
 
Dim instance As UserNameTokenInfo
Dim value As String
 
instance.UserInfo = value
 
value = instance.UserInfo
[DefaultValue("")]
[NotNull()]
[XmlIgnore()]
public string UserInfo {get; set;}
[DefaultValue("")]
[NotNull()]
[XmlIgnore()]
public:
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