次の方法で共有


IUserExtension2Properties.UserDomainName Property

 

Gets and sets the user domain name.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)

Syntax

string UserDomainName { get; set; }
property String^ UserDomainName {
    String^ get();
    void set(String^ value);
}
Property UserDomainName As String

Property Value

Type: System.String

The user domain name.

See Also

IUserExtension2Properties Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top