次の方法で共有


EventCountSummaryResponse.EventPropertyName Property

 

Optional. The event property name.

Namespace:   Microsoft.Azure.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public string EventPropertyName { get; set; }
public:
property String^ EventPropertyName {
    String^ get();
    void set(String^ value);
}
member EventPropertyName : string with get, set
Public Property EventPropertyName As String

Property Value

Type: System.String

See Also

EventCountSummaryResponse Class
Microsoft.Azure.Insights.Models Namespace

Return to top