HttpSessionStateContainer.IsReadOnly Propriedade
Definição
Obtém um valor que indica se a sessão é somente leitura.Gets a value indicating whether the session is read-only.
public:
property bool IsReadOnly { bool get(); };
public bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean
Valor da propriedade
true se a sessão for somente leitura; caso contrário, false .true if the session is read-only; otherwise, false.