Namespace: CuteEditor.Convertor.RTF
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public int Param { get; set; }
Visual Basic
Public Property Param As Integer
	Get
	Set
Visual C++
public:
property int Param {
	int get ();
	void set (int value);
}

See Also