BaseAbstractApplicationBuilder<T>.WithClientName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the name of the calling SDK API for telemetry purposes.
public T WithClientName (string clientName);
member this.WithClientName : string -> 'T
Public Function WithClientName (clientName As String) As T
Parameters
- clientName
- String
The name of the SDK API for telemetry purposes.
Returns
T