allowList (networkFilter) 要素は、任意のコンピューターの接続を許可する必要があるワイヤレス LAN ネットワークの一覧を指定します。
<xs:element name="allowList"
minOccurs="0"
>
<xs:complexType>
<xs:sequence>
<xs:element name="network"
maxOccurs="unbounded"
type="networkItemType"
...
/>
<xs:any
processContents="lax"
minOccurs="0"
maxOccurs="unbounded"
namespace="##other"
/>
</xs:sequence>
</xs:complexType>
</xs:element>
親要素
子要素
| 要素 | Type | 説明 |
|---|---|---|
| ネットワーク | networkItemType | 許可されるネットワークを定義します。 |
必要条件
| 要件 | 値 |
|---|---|
| サポートされている最小のクライアント | Windows Vista [デスクトップ アプリのみ] |
| サポートされている最小のサーバー | Windows Server 2008 [デスクトップ アプリのみ] |