Click or drag to resize
SynchronizationRulePrecedence Property
Precedence - A number indicating the Synchronization Rule's precedence relative to all other Synchronization Rules that apply to the same external system. A smaller number represents a higher precedence.

Namespace: IdmNet.Models
Assembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntax
public Nullable<int> Precedence { get; set; }

Property Value

Type: NullableInt32
See Also