Bagikan melalui


PropertyValueCollection.Value Properti

Definisi

Mendapatkan atau mengatur nilai koleksi.

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

Nilai Properti

Jika koleksi kosong, nilai properti adalah referensi null (Nothing di Visual Basic). Jika koleksi berisi satu nilai, nilai properti adalah nilai tersebut. Jika koleksi berisi beberapa nilai, nilai properti sama dengan salinan array nilai tersebut.

Jika mengatur properti ini, nilai atau nilai ditambahkan ke PropertyValueCollection. Mengatur properti ini ke referensi null (Nothing) menghapus koleksi.

Keterangan

Untuk menambahkan beberapa nilai, atur properti ini ke array nilai.

Berlaku untuk