Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

Product Family
Current publication
Table of Contents

AFPlugIn.AssemblyID Property

AFPlugIn.AssemblyID Property
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.0.1156

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: Guid
Unique identifier for the assembly containing the plugin.

Version Information

AFSDK


See Also

Was this topic helpful?