TypeWorkElementParentFullPath Property |
The full path of the parent work element in this project type. null when this is root element. [Filter(eq;like)]
Namespace:
Aloe.EnterpriseOne.Model.Projects
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