RecommendedMapBindingsMatchPercentage Property |
Gets the percentage of rows in the subset of data tested that matched with map resources.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(Name = "matchPercentage", EmitDefaultValue = true)]
public double MatchPercentage { get; }<DataMemberAttribute(Name := "matchPercentage", EmitDefaultValue := true)>
Public ReadOnly Property MatchPercentage As Double
Get
public:
[DataMemberAttribute(Name = L"matchPercentage", EmitDefaultValue = true)]
property double MatchPercentage {
double get ();
}[<DataMemberAttribute(Name = "matchPercentage", EmitDefaultValue = true)>]
member MatchPercentage : float with get
Property Value
Type:
DoubleThe percentage of rows in the subset of data tested that matched with map resources.
See Also