AFAttribute.HasChildren Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
This read-only property returns if the attribute has child attributes.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public bool HasChildren { get; }
Public ReadOnly Property HasChildren As Boolean Get Dim instance As AFAttribute Dim value As Boolean value = instance.HasChildren
public: virtual property bool HasChildren { bool get () sealed; }
abstract HasChildren : bool with get override HasChildren : bool with get
Property Value
Type: BooleanReturns if the attribute has child attributes.
Implements
IAFAttributeHasChildren
Remarks
This method provides a more performant way of checking for child attributes of this attribute
other than using the AFAttributes collection.