IUserExtension2.DefaultDomainName Property
Gets the default domain name that belongs to the user extension properties.
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.
Remarks
This is only available on Small Business Server 2011 Essentials.
See Also
IUserExtension2 Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top