ListItemCollection.IsReadOnly Proprietà

Definizione

Ottiene un valore che indica se ListItemCollection è di sola lettura.

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

Valore della proprietà

Boolean

false in tutti i casi.

Implementazioni

Commenti

Questa proprietà restituisce false sempre per indicare che è ListItemCollection possibile scrivere in tutti i casi.

Si applica a