ParameterValueDataIsInverted Property

Gets or sets a value indicating whether this instance value is inverted.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
[DataMemberAttribute(Name = "isInverted", EmitDefaultValue = false)]
public bool IsInverted { get; set; }

Property Value

Type: Boolean
if this instance is inverted; otherwise, .
See Also