Full path to the area, starting with '/' and containing the area codes of all parent areas using '/' as separator and terminator. For example root area with code 'BG' would have full path = '/BG/'. [Filter(eq;like)] [ReadOnly]
Namespace:
Aloe.EnterpriseOne.Model.General.Geography
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string FullPath { get; set; }
Public Property FullPath As String
Get
Set
public:
property String^ FullPath {
String^ get ();
void set (String^ value);
}
member FullPath : string with get, set
Property Value
Type:
String
See Also