AggregatedValue(String, String) Constructor
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.
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.