Gets value indicating whether the login was successful.

Namespace:  com.celigo.net.ServiceManager
Assembly:  ServiceManager (in ServiceManager.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public bool IsSuccess { get; private set; }
Visual Basic (Declaration)
Public Property IsSuccess As Boolean
Visual C++
public:
property bool IsSuccess {
	bool get ();
	void set (bool value);
}

See Also