MapDataInfoSvgMetricSetResourceFileIds Property  | 
 
            Gets the IDs 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<Guid> MetricSetResourceFileIds { get; }Public ReadOnly Property MetricSetResourceFileIds As ICollection(Of Guid)
	Get
public:
property ICollection<Guid>^ MetricSetResourceFileIds {
	ICollection<Guid>^ get ();
}member MetricSetResourceFileIds : ICollection<Guid> with get
Property Value
Type: 
ICollectionGuid
            The map or diagram IDs.
            
See Also