COMAddIn.ProgId Property

Returns the programmatic identifier (ProgID) for the specified COMAddIn object.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Property ProgId As String
    Get
'Usage
Dim instance As COMAddIn
Dim value As String

value = instance.ProgId
string ProgId { get; }

Property Value

Type: System.String

See Also

Reference

COMAddIn Interface

COMAddIn Members

Microsoft.Office.Core Namespace