SchemaAttribute.IsAnchor Property
Indicates whether this attribute is an anchor.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
'Usage
Dim instance As SchemaAttribute
Dim value As Boolean
value = instance.IsAnchor
'Declaration
Public ReadOnly Property IsAnchor As Boolean
public bool IsAnchor { get; }
public:
property bool IsAnchor {
bool get ();
}
/** @property */
public boolean get_IsAnchor ()
public function get IsAnchor () : boolean
Returns Boolean.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
SchemaAttribute Class
SchemaAttribute Members
Microsoft.MetadirectoryServices Namespace