EtwEventConfiguration.EventId Property

 

Optional. The id of the event.

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

Syntax

public int EventId { get; set; }
public:
property int EventId {
    int get();
    void set(int value);
}
member EventId : int with get, set
Public Property EventId As Integer

Property Value

Type: System.Int32

See Also

EtwEventConfiguration Class
Microsoft.Azure.Management.Insights.Models Namespace

Return to top