StoreServicesExperimentVariation.VariationId Property

Definition

Gets the ID of the experiment variation that has been served to the app.

public:
 property Platform::String ^ VariationId { Platform::String ^ get(); };
winrt::hstring VariationId();
public string VariationId { get; }
var string = storeServicesExperimentVariation.variationId;
Public ReadOnly Property VariationId As String

Property Value

System.String

The ID of the experiment that is associated with this variation.

Applies to

See also