AddIn.Guid Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the GUID for the AddIn object.
public:
property System::String ^ Guid { System::String ^ get(); };
public:
property Platform::String ^ Guid { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(4)]
public string Guid { [System.Runtime.InteropServices.DispId(4)] get; }
[<System.Runtime.InteropServices.DispId(4)>]
[<get: System.Runtime.InteropServices.DispId(4)>]
member this.Guid : string
Public ReadOnly Property Guid As String
Property Value
A string representing the CLSID of the add-in.
- Attributes