Share via


COMAddIn.ProgId Property 

Returns the programmatic identifier (ProgID) 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.ProgId

Syntax

ReadOnly Property ProgId() As String
string ProgId {get;}
property String^ ProgId{
    String^ get();
}
public System.String get_ProgId();
function get ProgId() : 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

Other Resources

COMAddIn Members