Open this page in the API Guide

EnsureVisibleFailureDetailData Class

A key/value pair element corresponding to a KeyValuePair<TKey, TValue>.
Inheritance Hierarchy
System.Object
  Dundas.BI.WebApi.Models.EnsureVisibleFailureDetailData

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

The EnsureVisibleFailureDetailData type exposes the following members.

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