COMAddIn.Guid Property
Returns the globally unique class identifier (GUID) for the specified COMAddIn object.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property Guid As String
Get
'Usage
Dim instance As COMAddIn
Dim value As String
value = instance.Guid
string Guid { get; }
Property Value
Type: System.String