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