Bagikan melalui


ModelAnnotationClass.RequiresControllerLock Property

Gets a value that indicates whether annotations of this type require a controller lock.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property RequiresControllerLock As Boolean
public bool RequiresControllerLock { get; }
public:
property bool RequiresControllerLock {
    bool get ();
}
member RequiresControllerLock : bool
function get RequiresControllerLock () : boolean

Property Value

Type: System.Boolean
true if annotations of this kind require a controller lock; otherwise, false.

.NET Framework Security

See Also

Reference

ModelAnnotationClass Class

Microsoft.Data.Schema.SchemaModel Namespace