次の方法で共有


PropertyData.Value プロパティ

プロパティの現在の値を取得または設定します。

Public Property Value As Object
[C#]
public object Value {get; set;}
[C++]
public: __property Object* get_Value();public: __property void set_Value(Object*);
[JScript]
public function get Value() : Object;public function set Value(Object);

プロパティ値

プロパティの値が格納されているオブジェクト。

必要条件

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

.NET Framework セキュリティ:

参照

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