Share via


StoreServicesExperimentVariation.ExperimentName Property

Definition

Gets the name of the experiment that is associated with this variation.

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

Property Value

System.String

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

Applies to

See also