Share via


AggregatedValue(String, String) Constructor

Definition

Initializes a new instance of AggregatedValue.

public AggregatedValue(string eventName, string eventProperty);
new Azure.Analytics.OnlineExperimentation.AggregatedValue : string * string -> Azure.Analytics.OnlineExperimentation.AggregatedValue
Public Sub New (eventName As String, eventProperty As String)

Parameters

eventName
String

The name of the event.

eventProperty
String

The key of the event property to aggregate.

Exceptions

eventName or eventProperty is null.

Applies to