AFChangeInfo.ParentID Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The ID of the parent of the changed object.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public Guid ParentID { get; }
Public ReadOnly Property ParentID As Guid Get Dim instance As AFChangeInfo Dim value As Guid value = instance.ParentID
public: property Guid ParentID { Guid get (); }
member ParentID : Guid with get
Property Value
Type: GuidReturns the ID of the parent of the changed object. This will be Guid.Empty if the changed object does not have a parent.