MapDataInfoSvgMetricSetResourceFileNames Property  | 
 
            Gets the names of map/diagram resource files required based on the 
ClientRequest for the metric set.
            
 
    Namespace: 
   Dundas.BI.Utility.Map
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic ICollection<string> MetricSetResourceFileNames { get; }Public ReadOnly Property MetricSetResourceFileNames As ICollection(Of String)
	Get
public:
property ICollection<String^>^ MetricSetResourceFileNames {
	ICollection<String^>^ get ();
}member MetricSetResourceFileNames : ICollection<string> with get
Property Value
Type: 
ICollectionString
            The map or diagram file names.
            
See Also