Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFVersion.Children Property

  • Last UpdatedNov 18, 2025
  • 3 minute read
AFVersion.Children Property

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: IList
Returns 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.

Caution note Caution
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.1
Obsolete (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

See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in