AFAttributeTrait.AllowChildAttributes Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
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.