PropertiesWriterSetInt32 Method

Sets an integer property by the given name and value.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public void SetInt32(
	string name,
	int value
)

Parameters

name  String
Name of the property to set.
value  Int32
Value of the property to set in Int32 type.

Exceptions

ArgumentExceptionThrows if the current instance of the PropertiesWriter is read-only.

See Also