This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > II > IIdentity Interface > IIdentity.DomainName Property (ArcObjects .NET 10.5 SDK) |
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