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; }
<DataMemberAttribute(Name := "singleValue", EmitDefaultValue := false)>
Public Property SingleValue As String
Get
Set
public:
[DataMemberAttribute(Name = L"singleValue", EmitDefaultValue = false)]
property String^ SingleValue {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "singleValue", EmitDefaultValue = false)>]
member SingleValue : string with get, set
Property Value
Type:
String
The first value of the attribute, or
if there are none.
Exceptions Remarks
This property is provided as a convenience, and is simply a wrapper around the
Values property.
See Also