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 (24.3.0.1000)
Syntax public 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