Share via


TypeDescription.AnchorAttributes Property

Gets an AttributeDescriptionCollection object. The AttributeDescriptionCollection object contains a collection of AttributeDescription objects that constitute the anchor.

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

Usage

'Usage
Dim instance As TypeDescription
Dim value As AttributeDescriptionCollection

value = instance.AnchorAttributes

Syntax

'Declaration
Public MustOverride ReadOnly Property AnchorAttributes As AttributeDescriptionCollection
public abstract AttributeDescriptionCollection AnchorAttributes { get; }
public:
virtual property AttributeDescriptionCollection^ AnchorAttributes {
    AttributeDescriptionCollection^ get () abstract;
}
/** @property */
public abstract AttributeDescriptionCollection get_AnchorAttributes ()
public abstract function get AnchorAttributes () : AttributeDescriptionCollection

Property Value

Returns an AttributeDescriptionCollection object.

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

TypeDescription Class
TypeDescription Members
Microsoft.MetadirectoryServices Namespace
AttributeDescription Class
AttributeDescriptionCollection Class
TypeDescription Class