CustomAttributeValueSingleValue Property

Gets or sets the single value of the attribute.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
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