AFChangeInfo.VersionID Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
The VersionID of the changed object.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public Guid VersionID { get; }
Public ReadOnly Property VersionID As Guid Get Dim instance As AFChangeInfo Dim value As Guid value = instance.VersionID
public: property Guid VersionID { Guid get (); }
member VersionID : Guid with get
Property Value
Type: GuidReturns the VersionID of the changed object. If the changed object does not support versioning, then Guid.Empty will be returned.