Partager via


AttributeDescription.IsAnchor Property

Gets a Boolean value that indicates whether the attribute is an anchor. The property contains true if the attribute is an anchor; otherwise, the property contains false.

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

Usage

'Usage
Dim instance As AttributeDescription
Dim value As Boolean

value = instance.IsAnchor

Syntax

'Declaration
Public MustOverride ReadOnly Property IsAnchor As Boolean
public abstract bool IsAnchor { get; }
public:
virtual property bool IsAnchor {
    bool get () abstract;
}
/** @property */
public abstract boolean get_IsAnchor ()
public abstract function get IsAnchor () : boolean

Property Value

Returns a Boolean value.

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

AttributeDescription Class
AttributeDescription Members
Microsoft.MetadirectoryServices Namespace
AttributeDescription Class