PropertiesWriterSetString Method
Sets a boolean property by the given name and value.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public void SetString(
string name,
string value
)
Public Sub SetString (
name As String,
value As String
)
public:
void SetString(
String^ name,
String^ value
)
member SetString :
name : string *
value : string -> unit
Parameters
- name String
- Name of the property to set.
- value String
- Value of the property to set in Boolean type.