User Property
The name and domain of the user to authenticate.
Syntax
[VB.NET] Public Property User As String
[C#] public string User {get; set;}
Remarks
This property specifies the name and realm/domain of the user. The value specified must be in one of the following formats:
- user@domain
- domain/user
Default Value
""