AFEventArgs.ID Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The unique identifier associated with the EventArgs.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public abstract Guid ID { get; }
Public MustOverride ReadOnly Property ID As Guid Get Dim instance As AFEventArgs Dim value As Guid value = instance.ID
public: virtual property Guid ID { Guid get () abstract; }
abstract ID : Guid with get
Property Value
Type: GuidReturns the unique identifier associated with the EventArgs. If there is not a unique identifier associated with the type of EventArgs, then Guid.Empty is returned.