Open this page in the API Guide

SetSessionCustomAttributesOptions Class

The options class used for setting the custom attributes on the session.
Inheritance Hierarchy
System.Object
  Dundas.BI.WebApi.Models.SetSessionCustomAttributesOptions

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.1.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