Bagikan melalui


PropertyInformation.IsKey Properti

Definisi

Mendapatkan nilai yang menentukan apakah atribut konfigurasi adalah kunci.

public:
 property bool IsKey { bool get(); };
public bool IsKey { get; }
member this.IsKey : bool
Public ReadOnly Property IsKey As Boolean

Nilai Properti

true jika atribut konfigurasi adalah kunci; jika tidak, false.

Contoh

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

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

Berlaku untuk