COMAddIn.Guid Property
Returns the globally unique class identifier (GUID) for the specified COMAddIn object.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Usage
Dim cOMAddIn1 As COMAddIn
Dim returnValue As String
returnValue = cOMAddIn1.Guid
Syntax
ReadOnly Property Guid() As String
string Guid {get;}
property String^ Guid{
String^ get();
}
public System.String get_Guid();
function get Guid() : String;
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000
Target Platforms
See Also
Reference
COMAddIn Interface
Microsoft.Office.Core Namespace