MeasureExpressionDataMeasures Property |
Gets the measures.
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 = "measures", EmitDefaultValue = false)]
public ICollection<string> Measures { get; }
<DataMemberAttribute(Name := "measures", EmitDefaultValue := false)>
Public ReadOnly Property Measures As ICollection(Of String)
Get
public:
[DataMemberAttribute(Name = L"measures", EmitDefaultValue = false)]
property ICollection<String^>^ Measures {
ICollection<String^>^ get ();
}
[<DataMemberAttribute(Name = "measures", EmitDefaultValue = false)>]
member Measures : ICollection<string> with get
Property Value
Type:
ICollectionStringSee Also