EventCountSummaryResponse.EventPropertyValue Property
Optional. The event property value.
Namespace: Microsoft.Azure.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public string EventPropertyValue { get; set; }
public:
property String^ EventPropertyValue {
String^ get();
void set(String^ value);
}
member EventPropertyValue : string with get, set
Public Property EventPropertyValue As String
Property Value
Type: System.String
See Also
EventCountSummaryResponse Class
Microsoft.Azure.Insights.Models Namespace
Return to top