Partager via


SchemaType.Locked Property

Retrieves the bool indicating whether anchor definition is locked or not.

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

Usage

'Usage
Dim instance As SchemaType
Dim value As Boolean

value = instance.Locked

Syntax

'Declaration
Public ReadOnly Property Locked As Boolean
public bool Locked { get; }
public:
property bool Locked {
    bool get ();
}
/** @property */
public boolean get_Locked ()
public function get Locked () : 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

SchemaType Class
SchemaType Members
Microsoft.MetadirectoryServices Namespace