Share via


RuleManagementEventDataSource.EventSource Property

 

Optional. The event source.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top