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

AF SDK Reference

Product Family
Current publication
Table of Contents

IAFList.Parent Property

IAFList.Parent Property
The parent AFObject that owns the collection.

Namespace:  OSIsoft.AF
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.0.1156

Syntax

AFObject Parent { get; }
ReadOnly Property Parent As AFObject
	Get

Dim instance As IAFList
Dim value As AFObject

value = instance.Parent
property AFObject^ Parent {
	AFObject^ get ();
}
abstract Parent : AFObject with get

Property Value

Type: AFObject
Returns the parent AFObject that owns the collection.

Version Information

AFSDK


See Also

Was this topic helpful?