Property IsThirdPartyMaster
IsThirdPartyMaster
Gets or sets a value indicating whether the third-party is master of this field.
[JsonProperty]
public bool IsThirdPartyMaster { get; set; }
Property Value
- bool
trueif DataMiner is master of this field; otherwise,false.
Remarks
The master will get priority when concurrent modifications happen.
If both this property and IsDataMinerMaster are set to false, then clash resolving is done based on time stamps.