NamePathStringParentHierarchyTEntityParentDataAttribute Property |
Gets the parent data attribute.
Namespace:
Aloe.EnterpriseOne.Model.Core.Hierarchies
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ITypedDataAttribute<string> ParentDataAttribute { get; }
Public ReadOnly Property ParentDataAttribute As ITypedDataAttribute(Of String)
Get
public:
property ITypedDataAttribute<String^>^ ParentDataAttribute {
ITypedDataAttribute<String^>^ get ();
}
member ParentDataAttribute : ITypedDataAttribute<string> with get
Property Value
Type:
ITypedDataAttributeString
The parent data attribute.
See Also