EtwProvider.DefaultDestination Property
Optional. The name of the table to store the events in.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public string DefaultDestination { get; set; }
public:
property String^ DefaultDestination {
String^ get();
void set(String^ value);
}
member DefaultDestination : string with get, set
Public Property DefaultDestination As String
Property Value
Type: System.String
See Also
EtwProvider Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top