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 (25.3.0.1000)
Syntaxpublic string? SingleValue { get; set; }Public Property SingleValue As String
	Get
	Set
public:
property String^ SingleValue {
	String^ get ();
	void set (String^ value);
}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