SchemaType.PossibleDNComponentsForProvisioning Property
Retrieves the DN components that may be used for provisioning hierarchies.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As SchemaType
Dim value As IList(Of String)
value = instance.PossibleDNComponentsForProvisioning
Syntax
'Declaration
Public ReadOnly Property PossibleDNComponentsForProvisioning As IList(Of String)
public IList<string> PossibleDNComponentsForProvisioning { get; }
public:
property IList<String^>^ PossibleDNComponentsForProvisioning {
IList<String^>^ get ();
}
/** @property */
public IList<String> get_PossibleDNComponentsForProvisioning ()
public function get PossibleDNComponentsForProvisioning () : IList<String>
Property Value
Returns IList.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Target Platforms
See Also
Reference
SchemaType Class
SchemaType Members
Microsoft.MetadirectoryServices Namespace