true if the options cannot be changed.
Namespace: CryptSharpAssembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
public bool IsReadOnly { get; private set; }
public bool IsReadOnly { get; private set; }
Public Property IsReadOnly As Boolean
Get
Private Set
Public Property IsReadOnly As Boolean
Get
Private Set
public:
property bool IsReadOnly {
bool get ();
private: void set (bool value);
}
public:
property bool IsReadOnly {
bool get ();
private: void set (bool value);
}
member IsReadOnly : bool with get, private set
member IsReadOnly : bool with get, private set