StoreServicesExperimentVariation.ExperimentId 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 that is associated with this variation.
public:
property Platform::String ^ ExperimentId { Platform::String ^ get(); };
winrt::hstring ExperimentId();
public string ExperimentId { get; }
var string = storeServicesExperimentVariation.experimentId;
Public ReadOnly Property ExperimentId As String
Property Value
The ID of the experiment that is associated with this variation.