SessionInfo Data Type

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
application string element 0/1 the application
maxSessions int element 1/1 the maxSessions
sessions int element 1/1 the sessions

Example

<SessionInfo>
  <sessions>...</sessions>
  <maxSessions>...</maxSessions>
  <application>...</application>
</SessionInfo>