ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / ESRI.Configuration Element / AddInID Element
In This Topic
    AddInID Element
    In This Topic
    Description
    A uniquie identifier for the add-in, usually a GUID.
    Namespace http://schemas.esri.com/DADF/Registry
    Type
    Diagram
    AddInID Element
    Overview
    AddInID ST_String Simple Type
    A uniquie identifier for the add-in, usually a GUID.
    Source
    <xs:element name="AddInID" type="ST_String" minOccurs="1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:documentation>
                  A uniquie identifier for the add-in, usually a GUID.
                </xs:documentation>
      </xs:annotation>
    </xs:element>
    See Also