SchemaAttribute.IsAnchor Property
Indicates whether this attribute is an anchor.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As SchemaAttribute
Dim value As Boolean
value = instance.IsAnchor
Syntax
'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
Property Value
Returns Boolean.
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
SchemaAttribute Class
SchemaAttribute Members
Microsoft.MetadirectoryServices Namespace