elemento network (blockList)
L'elemento network (blockList) definisce una rete bloccata. Un computer non può connettersi a una rete bloccata.
<xs:element name="network"
maxOccurs="unbounded"
type="networkItemType"
>
<xs:complexType>
<xs:sequence>
<xs:element name="networkName"
type="networkNameType"
/>
<xs:element name="networkType"
type="networkTypeType"
/>
<xs:any
processContents="lax"
minOccurs="0"
maxOccurs="unbounded"
namespace="##other"
/>
</xs:sequence>
</xs:complexType>
</xs:element>
Elementi padre
Elementi figlio
Elemento | Tipo | Descrizione |
---|---|---|
networkName | networkNameType | Specifica l'identificatore del set di servizi (SSID) della rete wireless. |
Networktype | networkTypeType | Specifica un tipo di rete. |
networkName
Specifica l'identificatore del set di servizi (SSID) della rete wireless.
Networktype
Specifica un tipo di rete. Esistono due tipi di reti: reti di infrastruttura (ESS) e reti ad hoc (IBSS).
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |