StructuralPropertyConfiguration.ConcurrencyToken Property
Gets or sets a value indicating whether this property is a concurrency token or not.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public bool ConcurrencyToken {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property bool ConcurrencyToken {
[CompilerGeneratedAttribute]
bool get();
[CompilerGeneratedAttribute]
void set(bool value);
}
member ConcurrencyToken : bool with get, set
Public Property ConcurrencyToken As Boolean
Property Value
Type: System.Boolean
See Also
StructuralPropertyConfiguration Class
System.Web.OData.Builder Namespace
Return to top