ConfigurationLockCollection.AttributeList Proprietà

Definizione

Ottiene un elenco di oggetti di configurazione contenuti nell'insieme.

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

Valore della proprietà

Stringa delimitata da virgole che elenca gli oggetti di configurazione bloccati contenuti nell'insieme.

Esempio

Nell'esempio di codice seguente viene illustrato come usare la AttributeList proprietà. Questo esempio di codice fa parte di un esempio più grande fornito per la ConfigurationLockCollection classe.

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

Si applica a