Share via


IUserExtension.DefaultDomainName Property

 

Gets the default domain name to which the user extension properties belong.

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

Syntax

string DefaultDomainName { get; }
property String^ DefaultDomainName {
    String^ get();
}
ReadOnly Property DefaultDomainName As String

Property Value

Type: System.String

Returns String.

See Also

IUserExtension Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top