Share via


NoNamespace.progId Field

Definition

Represents the progId XML attributes.

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: oleObj, oleLink, oleObject.
  • corresponds to the following strongly-typed properties: OleLink.ProgId, OleObject.ProgId.

Applies to