SchemaType.Attributes Property

Retrieves the attributes defined for this schema type.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim instance As SchemaType
Dim value As KeyedCollection(Of String, SchemaAttribute)

value = instance.Attributes

Syntax

'Declaration
Public ReadOnly Property Attributes As KeyedCollection(Of String, SchemaAttribute)
public KeyedCollection<string,SchemaAttribute> Attributes { get; }
public:
property KeyedCollection<String^, SchemaAttribute^>^ Attributes {
    KeyedCollection<String^, SchemaAttribute^>^ get ();
}
/** @property */
public KeyedCollection<String,SchemaAttribute> get_Attributes ()
public function get Attributes () : KeyedCollection<String,SchemaAttribute>

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

SchemaType Class
SchemaType Members
Microsoft.MetadirectoryServices Namespace