PartyLocationNumberSignificance Property |
Order of significance of the location number within the main Party. If there are multiple location numbers, only the most significant is used. 0 is the least significant and higher numbers indicate higher significance. [Required] [Default(0)] [Filter(multi eq;ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic int Significance { get; set; }
Public Property Significance As Integer
Get
Set
public:
property int Significance {
int get ();
void set (int value);
}
member Significance : int with get, set
Property Value
Type:
Int32
See Also