次の方法で共有


PutOptions.Type プロパティ

オブジェクトに対して実行するコミットの種類を取得または設定します。

Public Property Type As PutType
[C#]
public PutType Type {get; set;}
[C++]
public: __property PutType get_Type();public: __property void set_Type(PutType);
[JScript]
public function get Type() : PutType;public function set Type(PutType);

プロパティ値

既定値は UpdateOrCreate です。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

PutOptions クラス | PutOptions メンバ | System.Management 名前空間