Partager via


IUserExtension2.AvailableDomains Property

 

Gets a list of available domains.

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

Syntax

IList<string> AvailableDomains { get; }
property IList<String^>^ AvailableDomains {
    IList<String^>^ get();
}
ReadOnly Property AvailableDomains As IList(Of String)

Property Value

Type: System.Collections.Generic.IList<String>

A list of available domains.

See Also

IUserExtension2 Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top