SetSessionCustomAttributesOptions Class

The options class used for setting the custom attributes on the session.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsSetSessionCustomAttributesOptions

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 SetSessionCustomAttributesOptions

The SetSessionCustomAttributesOptions type exposes the following members.

Constructors
  NameDescription
Public methodSetSessionCustomAttributesOptions
Initializes a new instance of the SetSessionCustomAttributesOptions class
Top
Properties
  NameDescription
Public propertyCustomAttributes
Gets or sets the custom attributes to be set.
Public propertySessionId
Gets or sets the ID of the session.
Top
See Also