'Declaration
<CanBeNullAttribute()> Property UserName As String
'Usage
Dim instance As _EndpointDescriptor Dim value As String instance.UserName = value value = instance.UserName
[CanBeNull()] string UserName {get; set;}
'Declaration
<CanBeNullAttribute()> Property UserName As String
'Usage
Dim instance As _EndpointDescriptor Dim value As String instance.UserName = value value = instance.UserName
[CanBeNull()] string UserName {get; set;}
This property is normally not used with OPC UA. For username/password authentication in OPC UA, use the UAEndpointDescriptor.UserIdentity.UserNameTokenInfo
property, and its sub-properties.
This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.