BMXNET 4.0 Developer API

The primary session has the unique in that it holds the authenication privileges for all sessions. If you close the primary session, then all will close.

Namespace:  IndianHealthService.BMXNet
Assembly:  BMXNET40 (in BMXNET40.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
bool IsPrimary { get; }
ReadOnly Property IsPrimary As Boolean
property bool IsPrimary {
	bool get ();
}

See Also