CustomAttributeValueDataSingleValue 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 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "singleValue", EmitDefaultValue = false)]
public string SingleValue { get; set; }

Property Value

Type: String
The first value of the attribute, or 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