OPC Studio User's Guide and Reference
Password Property (_UserNameTokenInfo)



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.IdentityModel.User.ComTypes Namespace > _UserNameTokenInfo Interface : Password Property
Gets or sets the password.
Syntax
'Declaration
 
<NotNullAttribute()>
Property Password As String
 
'Usage
 
Dim instance As _UserNameTokenInfo
Dim value As String
 
instance.Password = value
 
value = instance.Password
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