WarehouseLocationLocationAddress Property |
The address of the location. Should be unique within the warehouse. [Required] [Filter(eq;like)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Wms
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string LocationAddress { get; set; }
Public Property LocationAddress As String
Get
Set
public:
property String^ LocationAddress {
String^ get ();
void set (String^ value);
}
member LocationAddress : string with get, set
Property Value
Type:
String
See Also