TestSessionContext.Client Property

Definition

Caution

Client is obsolete, use the Microsoft.Testing.Platform.Services.IClientInfo instead

Gets the client information associated with the test session.

public Microsoft.Testing.Platform.TestHost.ClientInfo Client { get; }
[System.Obsolete("Client is obsolete, use the Microsoft.Testing.Platform.Services.IClientInfo instead")]
public Microsoft.Testing.Platform.TestHost.ClientInfo Client { get; }
member this.Client : Microsoft.Testing.Platform.TestHost.ClientInfo
[<System.Obsolete("Client is obsolete, use the Microsoft.Testing.Platform.Services.IClientInfo instead")>]
member this.Client : Microsoft.Testing.Platform.TestHost.ClientInfo
Public ReadOnly Property Client As ClientInfo

Property Value

Attributes

Applies to