networkSettingsType 複雜類型
定義專案,提供工作排程器服務用來取得網路設定檔的設定。
<xs:complexType name="networkSettingsType">
<xs:all>
<xs:element name="Name"
type="nonEmptyString"
minOccurs="0"
/>
<xs:element name="Id"
type="guidType"
minOccurs="0"
/>
</xs:all>
</xs:complexType>
子元素
元素 | 類型 | Description |
---|---|---|
Id | guidType | 指定識別網路設定檔的 GUID 值。 |
Name | nonEmptyString | 指定網路設定檔的名稱。 名稱用於顯示用途。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 |
Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 |
Windows Server 2008 [僅限傳統型應用程式] |