AFCaseEventArgs.ID Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The unique identifier associated with the EventArgs.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public override Guid ID { get; }
Public Overrides ReadOnly Property ID As Guid Get Dim instance As AFCaseEventArgs Dim value As Guid value = instance.ID
public: virtual property Guid ID { Guid get () override; }
abstract ID : Guid with get override ID : Guid with get
Property Value
Type: GuidThe property always returns Guid.Empty.