Bagikan melalui


PropertyInformation.Name Properti

Definisi

Mendapatkan nama objek yang sesuai dengan atribut konfigurasi.

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

Nilai Properti

Nama PropertyInformation objek.

Contoh

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

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

Berlaku untuk