SchemaType.AnchorAttributes Property
Retrieves the anchors 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.AnchorAttributes
Syntax
'Declaration
Public ReadOnly Property AnchorAttributes As KeyedCollection(Of String, SchemaAttribute)
public KeyedCollection<string,SchemaAttribute> AnchorAttributes { get; }
public:
property KeyedCollection<String^, SchemaAttribute^>^ AnchorAttributes {
KeyedCollection<String^, SchemaAttribute^>^ get ();
}
/** @property */
public KeyedCollection<String,SchemaAttribute> get_AnchorAttributes ()
public function get AnchorAttributes () : 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