AFVersion.Children Property
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
Note: This API is now obsolete.
The list of all objects owned by the specific version of the owner object without
regard to the query date.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
[BrowsableAttribute(false)] [ObsoleteAttribute("Replace with paged GetChildren method that accepts a startIndex and maxCount.")] public IList Children { get; }
<BrowsableAttribute(false)> <ObsoleteAttribute("Replace with paged GetChildren method that accepts a startIndex and maxCount.")> Public ReadOnly Property Children As IList Get Dim instance As AFVersion Dim value As IList value = instance.Children
public: [BrowsableAttribute(false)] [ObsoleteAttribute(L"Replace with paged GetChildren method that accepts a startIndex and maxCount.")] property IList^ Children { IList^ get (); }
[<BrowsableAttribute(false)>] [<ObsoleteAttribute("Replace with paged GetChildren method that accepts a startIndex and maxCount.")>] member Children : IList with get
Property Value
Type: IListReturns the list of all objects owned by the specific version of the owner object without regard to the query date.
Remarks
This list is different than the collection of objects returned by setting the QueryDate of the owning object and asking for its sub-collections. That collection depends upon the QueryDate of the owning object.
This list will contain all of the objects which are owned by the specific version of the owning object without using a QueryDate. It will not return child objects which are only owned by a different version of the owning object.
| Each call to this property will make a call to the server to load the list of children. The list is not cached by the SDK. |
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