StoreGroupParentFullPath Property |
The full path to the parent store group. It is stored in a dot separated, non-leading dot format. For example: 001.005. [Filter(eq;like)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string ParentFullPath { get; set; }
Public Property ParentFullPath As String
Get
Set
public:
property String^ ParentFullPath {
String^ get ();
void set (String^ value);
}
member ParentFullPath : string with get, set
Property Value
Type:
String
See Also