AFAttributeTrait.AllowChildAttributes Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Indicates if the AFAttribute with this trait defined is allowed to have child attributes.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public bool AllowChildAttributes { get; }
Public ReadOnly Property AllowChildAttributes As Boolean Get Dim instance As AFAttributeTrait Dim value As Boolean value = instance.AllowChildAttributes
public: property bool AllowChildAttributes { bool get (); }
member AllowChildAttributes : bool with get
Property Value
Type: BooleanReturns if the AFAttribute with this trait defined is allowed to have child attributes.