Bagikan melalui


PropertyInformation.Value Properti

Definisi

Mendapatkan atau mengatur objek yang berisi nilai yang terkait dengan atribut konfigurasi.

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

Nilai Properti

Objek yang berisi nilai untuk PropertyInformation objek .

Contoh

Contoh kode berikut menunjukkan cara menggunakan Value properti . Contoh kode ini adalah bagian dari contoh yang lebih besar yang disediakan untuk PropertyInformation kelas .

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

Berlaku untuk