Click or drag to resize

PFObjectIgnoreVersionConflicts Property

Gets or sets a value indicating whether version conflicts should be ignored when updating a packflow object from this poco. Note : this value is not persisted nor serialiazed. Therefore this only affects the current instance.

Namespace:  Packflow.Core.Poco
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[IgnoreDataMemberAttribute]
public bool IgnoreVersionConflicts { get; set; }

Property Value

Type: Boolean
See Also