ArcObjects Library Reference (Server)  

IIdentity.DomainName Property

The domain name of the user.

[Visual Basic .NET]
Public Property DomainName As String
[C#]
public string DomainName {get; set;}
[C++]
HRESULT get_DomainName(
  BSTR* DomainName
);
[C++]
HRESULT put_DomainName(
  BSTR DomainName
);
[C++]

Parameters

DomainName [out, retval]   DomainName is a parameter of type BSTR DomainName [in]   DomainName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IIdentity Interface