Share via


NoNamespace.ProgID_ Field

Definition

Represents the ProgID XML attribute.

public static readonly System.Xml.Linq.XName ProgID_;
 staticval mutable ProgID_ : System.Xml.Linq.XName
Public Shared ReadOnly ProgID_ As XName 

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: OLEObject.
  • corresponds to the following strongly-typed properties: OleObject.ProgId.

Applies to