InsightsClient.ApiVersion Property

 

Gets the API version.

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

Syntax

public string ApiVersion { get; }
public:
property String^ ApiVersion {
    virtual String^ get() sealed;
}
abstract ApiVersion : string with get
override ApiVersion : string with get
Public ReadOnly Property ApiVersion As String

Property Value

Type: System.String

Implements

IInsightsClient.ApiVersion

See Also

InsightsClient Class
Microsoft.Azure.Insights Namespace

Return to top