AFProgressEventArgs.ID Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The ID of the object that is being operated on.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public Guid ID { get; }
Public ReadOnly Property ID As Guid Get Dim instance As AFProgressEventArgs Dim value As Guid value = instance.ID
public: property Guid ID { Guid get (); }
member ID : Guid with get
Property Value
Type: GuidReturns the ID of the object that is being operated on.