AbstractApplicationBuilder<T>.WithClientVersion(String) Method

Definition

Sets the version of the calling application for telemetry purposes.

public T WithClientVersion (string clientVersion);
member this.WithClientVersion : string -> 'T
Public Function WithClientVersion (clientVersion As String) As T

Parameters

clientVersion
String

The version of the calling application for telemetry purposes.

Returns

T

Applies to