GetMapsOptionsMetricSetResourceFileNames Property |
Gets the names of map/diagram resource files required based on the
ClientRequest for the metric set.
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 = "metricSetResourceFileNames", EmitDefaultValue = false)]
public ICollection<string> MetricSetResourceFileNames { get; }
<DataMemberAttribute(Name := "metricSetResourceFileNames", EmitDefaultValue := false)>
Public ReadOnly Property MetricSetResourceFileNames As ICollection(Of String)
Get
public:
[DataMemberAttribute(Name = L"metricSetResourceFileNames", EmitDefaultValue = false)]
property ICollection<String^>^ MetricSetResourceFileNames {
ICollection<String^>^ get ();
}
[<DataMemberAttribute(Name = "metricSetResourceFileNames", EmitDefaultValue = false)>]
member MetricSetResourceFileNames : ICollection<string> with get
Property Value
Type:
ICollectionString
The map or diagram friendly file names.
See Also