UserName Property
Summary
Gets or sets the user name associated with the credentials.
Syntax
[DataMemberAttribute(Name="UserName", IsRequired=false)]
public string UserName { get; set; }
<DataMemberAttribute(Name="UserName", IsRequired=True)>
Public Property UserName As String
[DataMemberAttribute(Name="UserName", IsRequired=true)]
public:
property String^ UserName {
String^ get();
void set ( String^ );
}
Property Value
A System.String that specifies the user name.