Open this page in the API Guide

CustomAttributeValueData.SingleValue Property

Gets or sets the single value of the attribute.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
[DataMemberAttribute(Name = "singleValue", EmitDefaultValue = false)]
public string? SingleValue { get; set; }

Property Value

Type: String
The first value of the attribute, or null if there are none.
Exceptions
ExceptionCondition
InheritanceConflictExceptionConflicting values for the attribute are inherited from two or more groups.
Remarks
This property is provided as a convenience, and is simply a wrapper around the Values property.
See Also