StoreServicesExperimentVariation.VariationId Property
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.
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
The ID of the experiment that is associated with this variation.