AFPlugIn.AssemblyID Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Read-only property that provides a unique identifier for the assembly containing the plugin.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public Guid AssemblyID { get; }
Public ReadOnly Property AssemblyID As Guid Get Dim instance As AFPlugIn Dim value As Guid value = instance.AssemblyID
public: property Guid AssemblyID { Guid get (); }
member AssemblyID : Guid with get
Property Value
Type: GuidUnique identifier for the assembly containing the plugin.