IdmConnectionInfoDomain Property |
Name of the domain (not full domain name) of the user connecting to MIM. For user contos\admin, the domain is "contoso"
Namespace: IdmNetAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic string Domain { get; set; }
Public Property Domain As String
Get
Set
public:
property String^ Domain {
String^ get ();
void set (String^ value);
}
member Domain : string with get, set
Property Value
Type:
String
See Also