[corlib] Update ValueTuple implementation
[mono.git] / mcs / class / referencesource / System.Activities.Presentation / System.Activities.Presentation / System / Activities / Presentation / SQM / DataPointIds.cs
1 //----------------------------------------------------------------
2 // Copyright (c) Microsoft Corporation.  All rights reserved.
3 //----------------------------------------------------------------
4
5 namespace System.Activities.Presentation.Sqm
6 {
7     enum DataPointIds
8     {
9         // DO NOT CHANGE THE VALUES BELOW
10         // These values are the official IDs assigned
11         ActivityUsageCount = 748,
12         FeatureUsageCount = 749,
13         // IMPORTANT: If new values are added, please also update VSSqmService.IsWorkflowDesignerDataPoint
14         //  in the file below, otherwise the data being sent will be filtered out.
15         //  Microsoft.Visualstudio.Activities.Addin\Microsoft\VisualStudio\Activities\AddIn\VSSqmService.cs
16     }
17 }