The clearselect method clears the active select list on the server.


Namespace: rocketsoftware.MVSP
Assembly: RocketMVSP (in RocketMVSP.dll)

Syntax

Visual Basic (Declaration)
Public Function clearselect() As Boolean
C#
public bool clearselect()
C++
public:
 bool clearselect() sealed 
J#
public bool clearselect()
JScript
public  function clearselect() : bool

Return Value

Always return true

See Also