MapDataInfoSvgMetricSetDataRequestIds Property  | 
 
            Gets the IDs of client data request 
ClientRequest for metric sets attached to a map control.
            
 
    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> MetricSetDataRequestIds { get; }Public ReadOnly Property MetricSetDataRequestIds As ICollection(Of Guid)
	Get
public:
property ICollection<Guid>^ MetricSetDataRequestIds {
	ICollection<Guid>^ get ();
}member MetricSetDataRequestIds : ICollection<Guid> with get
Property Value
Type: 
ICollectionGuid
            The map or diagram IDs.
            
See Also