AFElement.Parents Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Note: This API is now obsolete.
This is a collection of all AFElement objects that reference this element.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
[BrowsableAttribute(false)] [ObsoleteAttribute("This property has been replaced by the 'GetParents' method.")] public AFNamedCollectionList<AFElement> Parents { get; }
<BrowsableAttribute(false)> <ObsoleteAttribute("This property has been replaced by the 'GetParents' method.")> Public ReadOnly Property Parents As AFNamedCollectionList(Of AFElement) Get Dim instance As AFElement Dim value As AFNamedCollectionList(Of AFElement) value = instance.Parents
public: [BrowsableAttribute(false)] [ObsoleteAttribute(L"This property has been replaced by the 'GetParents' method.")] property AFNamedCollectionList<AFElement^>^ Parents { AFNamedCollectionList<AFElement^>^ get (); }
[<BrowsableAttribute(false)>] [<ObsoleteAttribute("This property has been replaced by the 'GetParents' method.")>] member Parents : AFNamedCollectionList<AFElement> with get
Property Value
Type: AFNamedCollectionListAFElementA collection of all AFElement objects that reference this element.
Remarks
If a QueryDate is defined for the current element, then that query date will be used
to determine the collection of elements that are returned from this method.
Version Information
AFSDK
Obsolete (compiler warning) in 3.1.1Obsolete (compiler warning) in 3.1.0
Obsolete (compiler warning) in 3.0.2
Obsolete (compiler warning) in 3.0.1
Obsolete (compiler warning) in 3.0.0
Obsolete (compiler warning) in 2.10.11
Obsolete (compiler warning) in 2.10.5
Obsolete (compiler warning) in 2.10.0
Obsolete (compiler warning) in 2.10
Obsolete (compiler warning) in 2.9.5
Obsolete (compiler warning) in 2.9
Obsolete (compiler warning) in 2.8.5
Obsolete (compiler warning) in 2.8
Obsolete (compiler warning) in 2.7.5
Obsolete (compiler warning) in 2.7
Obsolete (compiler warning) in 2.6
Obsolete (compiler warning) in 2.5
Obsolete (compiler warning) in 2.4