AddIn.ProgID Property

Definition

Gets the ProgID based on the add-in's registry entry.

public:
 property System::String ^ ProgID { System::String ^ get(); };
public:
 property Platform::String ^ ProgID { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(3)]
public string ProgID { [System.Runtime.InteropServices.DispId(3)] get; }
[<System.Runtime.InteropServices.DispId(3)>]
[<get: System.Runtime.InteropServices.DispId(3)>]
member this.ProgID : string
Public ReadOnly Property ProgID As String

Property Value

A string representing the ProgID.

Attributes

Applies to