WriteUserDataOptions Class

The options class used for writing user data.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsWriteUserDataOptions

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

The WriteUserDataOptions type exposes the following members.

Constructors
 NameDescription
Public methodWriteUserDataOptionsInitializes a new instance of the WriteUserDataOptions class
Top
Properties
 NameDescription
Public propertyIsTenantAgnostic Gets or sets a value indicating whether the user data value is tenant-agnostic. The default value is .
Public propertyKey Gets or sets the key.
Public propertyTenantId Gets or sets the tenant ID. Ignored if IsTenantAgnostic is .
Public propertyValue Gets or sets the value.
Top
See Also