次の方法で共有


blockList (networkFilter) 要素

blockList (networkFilter) 要素は、マシンが接続してはならないワイヤレス LAN ネットワークの一覧を指定します。

<xs:element name="blockList"
    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 [デスクトップ アプリのみ]