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.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic Nullable<int> Precedence { get; set; }
Public Property Precedence As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> Precedence {
Nullable<int> get ();
void set (Nullable<int> value);
}
member Precedence : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also