TestSessionContext.Client Property
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.
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