This document is archived and information here might be outdated. Recommended version. |
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(
System.String* DomainName
);
[C++] Parameters DomainName [in]
DomainName is a parameter of type BSTR DomainName [out, retval]
DomainName is a parameter of type BSTR*