SetSessionCultureOptions Class

The options class used for setting a sessions culture.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsSetSessionCultureOptions

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 SetSessionCultureOptions

The SetSessionCultureOptions type exposes the following members.

Constructors
  NameDescription
Public methodSetSessionCultureOptions
Initializes a new instance of the SetSessionCultureOptions class
Top
Properties
  NameDescription
Public propertyCulture
Gets or sets the string representation of the culture to be set.
Public propertySessionId
Gets or sets the session ID to be updated.
Top
See Also