Compartir a través de


EtwEventConfiguration.Destination 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 Destination { get; set; }
public:
property String^ Destination {
    String^ get();
    void set(String^ value);
}
member Destination : string with get, set
Public Property Destination As String

Property Value

Type: System.String

See Also

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

Return to top