iconFileType Simple Type
Il tipo semplice iconFileType definisce un tipo di stringa per l'elemento ICONFilePath nel profilo Mobile Broadband. Questa stringa è lunga almeno un carattere e al massimo 1024 caratteri.
<xs:simpleType name="iconFileType">
<xs:restriction
base="token"
>
<xs:minLength
value="1"
/>
<xs:maxLength
value="1024"
/>
</xs:restriction>
</xs:simpleType>
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato |
Windows 7 [app desktop | App UWP] |
Server minimo supportato |
Nessuno supportato |