A user-definable string. Can be used to pass data back to a custom system results plugin.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public string CustomString { get; set; }
Visual Basic (Declaration)
Public Property CustomString As String
Visual C++
public:
property String^ CustomString {
	String^ get ();
	void set (String^ value);
}

See Also