PublisherType
The PublisherType XML simple type specifies a publisher name for an app associated with the device.
<xs:simpleType name="PublisherType">
<xs:restriction
base="tns:DistinguishedNameType"
>
<xs:maxLength
value="8192"
/>
</xs:restriction>
</xs:simpleType>
Remarks
See the SoftwareInfo XML Schema Definition for the XSD definition of PublisherType and DistinguishedNameIdentifierType.
Requirements
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
See also