Share via


IInsightsClient.ApiVersion Property

 

Gets the API version.

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

Syntax

string ApiVersion { get; }
property String^ ApiVersion {
    String^ get();
}
abstract ApiVersion : string with get
ReadOnly Property ApiVersion As String

Property Value

Type: System.String

See Also

IInsightsClient Interface
Microsoft.Azure.Insights Namespace

Return to top