GetSessionOptions Class

The options class used for getting information about a session.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsGetSessionOptions

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class GetSessionOptions

The GetSessionOptions type exposes the following members.

Constructors
  NameDescription
Public methodGetSessionOptions
Initializes a new instance of the GetSessionOptions class
Top
Properties
  NameDescription
Public propertyIncludeSecureAttributes
Gets or sets the flag indicating whether or not to include secure custom attribute values. Flag is ignored if caller isn't an administrator.
Public propertySessionId
Gets or sets the session ID to retrieve.
Top
See Also