OperationGroupFullPath Property |
The full path to the operation group. The full path starts with, ends with and is delimited by the "/" (forward slash) character. [Required] [Default("")] [Filter(like)]
Namespace:
Aloe.EnterpriseOne.Model.Production.Resources
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