Sage.PL.WebAPI.Interface.ViewModels Namespace > SessionInformation Class > SessionInformation Properties > TotalSessionsCount Property 

Drukuj

.NET Framework Class Library

SessionInformation.TotalSessionsCount Property

Liczba otwarych sesji.

Namespace: Sage.PL.WebAPI.Interface.ViewModels

Assembly:  Sage.PL.WebAPI.Interface (in Sage.PL.WebAPI.Interface.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Property TotalSessionsCount As Integer
 Get
 Set

C#

public int TotalSessionsCount { getset; }

Visual C++

public:
property int TotalSessionsCount {
 int get ();
 void set (int value);
}

JavaScript

function get_totalSessionsCount();
function set_totalSessionsCount(value);

See Also

SessionInformation Class

SessionInformation Members

Sage.PL.WebAPI.Interface.ViewModels Namespace