AFAttributeTrait.AllowChildAttributes Property
- Last UpdatedSep 18, 2024
- PI System
- AF SDK 2024
- 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.0.1156
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 true if the AFAttribute with this trait defined is allowed to have child attributes.