TemplateLevelHierarchyLevel Property |
The level within the hierarchy 0=Root, 1=one level below root, etc. (0..9). [Required] [Default(0)] [Filter(ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Cost
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic int HierarchyLevel { get; set; }
Public Property HierarchyLevel As Integer
Get
Set
public:
property int HierarchyLevel {
int get ();
void set (int value);
}
member HierarchyLevel : int with get, set
Property Value
Type:
Int32
See Also