StoreServicesExperimentVariationResult class
Provides access to a variation assignment for an A/B experiment that you have configured in the Windows Dev Center dashboard.
Syntax
public ref class StoreServicesExperimentVariationResult sealed
Members
The StoreServicesExperimentVariationResult class has these types of members:
Properties
The StoreServicesExperimentVariationResult class has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read-only |
Gets the code for an error that occurred. | |
|
Read-only |
Gets additional detail about an error that occurred. | |
|
Read-only |
Returns a StoreServicesExperimentVariation that represents the current variation assignment. |
Remarks
An object of this type is returned by the GetCachedVariationAsync or GetRefreshedVariationAsync methods. Use the ExperimentVariation property of this object to get a StoreServicesExperimentVariationResult that represents an experiment variation. For a related code example, see Code your experiment in your app.
This type is available in the Microsoft Store Services SDK.
Requirements
|
Minimum supported client |
Windows 10 [Windows Store apps only] |
|---|---|
|
Minimum supported server |
None supported |
|
Minimum supported phone |
Windows 10 Mobile |
|
Namespace |
|
|
Metadata |
|
Attributes
- [MarshalingBehavior(Agile)]
- [Threading(Both)]
- [Version]
See also