ConcurrencyMode Enum 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The concurrency mode for properties.
public enum ConcurrencyModetype ConcurrencyMode = Public Enum ConcurrencyMode- Inheritance
- 
				ConcurrencyMode
Fields
| Name | Value | Description | 
|---|---|---|
| None | 0 | Default concurrency mode: the property is never validated at write time | 
| Fixed | 1 | Fixed concurrency mode: the property is always validated at write time |