'Declaration
<JetBrains.Annotations.CanBeNullAttribute()> Property UserName As String
'Usage
Dim instance As _NetworkCredential2 Dim value As String instance.UserName = value value = instance.UserName
[JetBrains.Annotations.CanBeNull()] string UserName {get; set;}
Property Value
The value of this property can be null
(Nothing
in Visual Basic).