Note
See also the security notes at the Remarks section of the BinarySerializationFormatter class for more details.
public bool SafeMode { get; set; }
Public Property SafeMode As Boolean
Get
Set
public:
property bool SafeMode {
bool get ();
void set (bool value);
}
member SafeMode : bool with get, set