Package (child of PrivilegedApplications) element
Contains info identifying the app package for an app with privileged access to a device.
Usage
<Package>
child elements
</Package>
Attributes
There are no attributes.
Child elements
Element | Description |
---|---|
Contains the name, publisher and ID of the app package. This element is of type IdentityForPrivilegedApplicationsType |
Child element sequence
Identity
Parent elements
Element |
---|
XSD
The following is the XSD definition of the PackageForPrivilegedApplications type.
<xs:complexType name="PackageForPrivilegedApplications">
<xs:sequence>
<xs:element name="Identity" type="tns:IdentityForPrivilegedApplicationsType" />
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
Remarks
See PrivilegedApplications for info on how to find the value of the child elements.
Element information
Minimum supported system |
Windows 8 |
Can be empty | No |
See also