FunctionGroupParent Property |
The path of the parent item. [Required] [Default("/")] [Filter(eq;like)] [ORD]
Namespace:
Aloe.EnterpriseOne.Model.Production.Resources
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string Parent { get; set; }
Public Property Parent As String
Get
Set
public:
property String^ Parent {
String^ get ();
void set (String^ value);
}
member Parent : string with get, set
Property Value
Type:
String
See Also