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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.