Share via


PropertyInformation.Value プロパティ

定義

構成属性に関連する値が格納されているオブジェクトを取得または設定します。

public:
 property System::Object ^ Value { System::Object ^ get(); void set(System::Object ^ value); };
public object Value { get; set; }
member this.Value : obj with get, set
Public Property Value As Object

プロパティ値

PropertyInformation オブジェクトの値が格納されているオブジェクト。

次のコード例では、 プロパティの使用方法を Value 示します。 このコード例は、PropertyInformation クラスのために提供されている大規模な例の一部です。

// Display the Value property.
Console.WriteLine("Value: {0}", propertyItem.Value);
' Display the Value property.
Console.WriteLine("Value: {0}", propertyItem.Value)

適用対象