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