ComClass.ProgId Property

Definition

Gets the programmatic identifier (ProgId) of a ComClass object.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property System::String ^ ProgId { System::String ^ get(); };
public string ProgId { get; }
member this.ProgId : string
Public ReadOnly Property ProgId As String

Property Value

String

The programmatic identifier of the ComClass object.

Applies to