'Declaration
<System.ComponentModel.DefaultValueAttribute()> Public Property LogonUserName As System.String
'Usage
Dim instance As Credential Dim value As System.String instance.LogonUserName = value value = instance.LogonUserName
[System.ComponentModel.DefaultValue()] public System.string LogonUserName {get; set;}