Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the concurrency mode of this property.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property ConcurrencyMode As EdmConcurrencyMode
Get
'Usage
Dim instance As IEdmStructuralProperty
Dim value As EdmConcurrencyMode
value = instance.ConcurrencyMode
EdmConcurrencyMode ConcurrencyMode { get; }
property EdmConcurrencyMode ConcurrencyMode {
EdmConcurrencyMode get ();
}
abstract ConcurrencyMode : EdmConcurrencyMode
function get ConcurrencyMode () : EdmConcurrencyMode
Property Value
Type: Microsoft.Data.Edm.EdmConcurrencyMode
The concurrency mode of this property.