StoreServicesExperimentVariation.ExperimentId Property

Definition

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

System.String

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

Applies to

See also