Schema.Types Property
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As Schema
Dim value As KeyedCollection(Of String, SchemaType)
value = instance.Types
Syntax
'Declaration
Public ReadOnly Property Types As KeyedCollection(Of String, SchemaType)
public KeyedCollection<string,SchemaType> Types { get; }
public:
property KeyedCollection<String^, SchemaType^>^ Types {
KeyedCollection<String^, SchemaType^>^ get ();
}
/** @property */
public KeyedCollection<String,SchemaType> get_Types ()
public function get Types () : KeyedCollection<String,SchemaType>
Property Value
Returns KeyedCollection.
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
Schema Class
Schema Members
Microsoft.MetadirectoryServices Namespace