StoreServicesExperimentVariationResult class

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.

PropertyAccess typeDescription

ErrorCode

Read-only

Gets the code for an error that occurred.

ErrorMessage

Read-only

Gets additional detail about an error that occurred.

ExperimentVariation

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

Microsoft.Services.Store.Engagement
Microsoft::Services::Store::Engagement [C++]

Metadata

Microsoft.Services.Store.Engagement.winmd

Attributes

[MarshalingBehavior(Agile)]
[Threading(Both)]
[Version]

See also

Code your experiment in your app
Object

 

 

Show:
© 2017 Microsoft