Bagikan melalui


PropertyInformation.Source Properti

Definisi

Mendapatkan file sumber yang sesuai dengan atribut konfigurasi.

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

Nilai Properti

File PropertyInformation sumber objek.

Contoh

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

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

Berlaku untuk