CookieCollection.IsReadOnly Proprietà

Definizione

Ottiene un valore che indica se un oggetto CookieCollection è 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à

true se questo CookieCollection è di sola lettura. In caso contrario, false. Il valore predefinito è true.

Implementazioni

Si applica a

Vedi anche