PartyLocationNumberPartnerLocationNumber Property |
The location number of the partner party for which we define the main Party location number. The location number of the main Party might be different depending on the location number of the partner party. null means that the location number is not dependent on the partner location number. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string PartnerLocationNumber { get; set; }
Public Property PartnerLocationNumber As String
Get
Set
public:
property String^ PartnerLocationNumber {
String^ get ();
void set (String^ value);
}
member PartnerLocationNumber : string with get, set
Property Value
Type:
String
See Also