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.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[DataContractAttribute]
public class WriteUserDataOptions

The WriteUserDataOptions type exposes the following members.

Constructors
  NameDescription
Public methodWriteUserDataOptions
Initializes a new instance of the WriteUserDataOptions class
Top
Properties
  NameDescription
Public propertyKey
Gets or sets the key.
Public propertyValue
Gets or sets the value.
Top
See Also