Namespace: CuteEditor.Tools
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public bool SetPresence(
	string token
)
Visual Basic
Public Function SetPresence ( _
	token As String _
) As Boolean
Visual C++
public:
bool SetPresence(
	String^ token
)

Parameters

token
Type: System..::..String

See Also