次の方法で共有


WindowsProperties クラス

定義

Windows 固有の更新プログラムの構成。

public class WindowsProperties
type WindowsProperties = class
Public Class WindowsProperties
継承
WindowsProperties

コンストラクター

WindowsProperties()

WindowsProperties クラスの新しいインスタンスを初期化します。

WindowsProperties(String, IList<String>, IList<String>, String)

WindowsProperties クラスの新しいインスタンスを初期化します。

プロパティ

ExcludedKbNumbers

ソフトウェア更新プログラムの構成から除外される KB 番号を取得または設定します。

IncludedKbNumbers

ソフトウェア更新プログラムの構成に含まれる KB 番号を取得または設定します。

IncludedUpdateClassifications

ソフトウェア更新プログラムの構成に含まれる更新プログラムの分類を取得または設定します。 必要な値を含むコンマ区切りの文字列。 指定できる値は、'Unclassified'、'Critical'、'Security'、'UpdateRollup'、'FeaturePack'、'ServicePack'、'Definition'、'Tools'、'更新' です。

RebootSetting

ソフトウェア更新プログラムの構成の再起動設定を取得または設定します。

適用対象