NamePathStringParentHierarchyTEntityFullPathDataAttribute Property |
Gets the full path 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> FullPathDataAttribute { get; }
Public ReadOnly Property FullPathDataAttribute As ITypedDataAttribute(Of String)
Get
public:
property ITypedDataAttribute<String^>^ FullPathDataAttribute {
ITypedDataAttribute<String^>^ get ();
}
member FullPathDataAttribute : ITypedDataAttribute<string> with get
Property Value
Type:
ITypedDataAttributeString
The full path data attribute.
See Also