An NDoc Documented Class Library

Preferences.SetProperty Method 

Sets a property

public abstract void SetProperty(
   string name,
   object value
);

Parameters

name
The property name.
Use slash (/) to logically separate groups of settings.
value
The property value.

Remarks

Currently, the value parameter must be a type supported by the System.Convert class. The supported types are: Boolean, Char, SByte, Byte, Int16, Int32, Int64, UInt16, UInt32, UInt64, Single, Double, Decimal, DateTime and String.

See Also

Preferences Class | Preferences Members | Genghis Namespace