Bagikan melalui


ConfigurationLockCollection.AttributeList Properti

Definisi

Mendapatkan daftar objek konfigurasi yang terkandung dalam koleksi.

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

Nilai Properti

String yang dibatasi koma yang mencantumkan objek konfigurasi kunci dalam koleksi.

Contoh

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

// AttributeList method.
Console.WriteLine("AttributeList: {0}",
 lockedAttribList.AttributeList);
' AttributeList method.
Console.WriteLine("AttributeList: {0}", _
 lockedAttribList.AttributeList)

Berlaku untuk