ApplicationIdType
The ApplicationIdType XML simple type specifies an app identifier.
<xs:simpleType name="ApplicationIdType">
<xs:restriction
base="tns:AsciiWindowsIdType"
>
<xs:maxLength
value="64"
/>
</xs:restriction>
</xs:simpleType>
Remarks
See the WindowsInfo XML Schema Definition for the XSD definition of ApplicationIdType and AsciiWindowsIdType.
Requirements
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
See also