Filters Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
All available filters, can be updated.
public enum class Filters
public enum Filters
type Filters =
Public Enum Filters
- Inheritance
-
Filters
Fields
Name | Value | Description |
---|---|---|
UserId | 0 | UserId which is used as primary unit for the experimentation. |
ApplicationName | 1 | Name of the application which uses experimentation service. |
ApplicationVersion | 2 | Version of the application which uses experimentation service. |
ApplicationSku | 3 | Sku of the application (VS specific - empty string if not applicable). |
BranchBuildFrom | 4 | branch of the application (VS specific - empty string if not applicable). |
IsInternal | 5 | Is user is Microsoft internal. |
ChannelId | 6 | Installation channel id. |