DataWithSessionUid Class

Definition

Represents data with a session UID.

public abstract class DataWithSessionUid : Microsoft.Testing.Platform.Extensions.Messages.PropertyBagData
type DataWithSessionUid = class
    inherit PropertyBagData
Public MustInherit Class DataWithSessionUid
Inherits PropertyBagData
Inheritance
DataWithSessionUid
Derived

Constructors

Name Description
DataWithSessionUid(String, String, SessionUid)

Initializes a new instance of the DataWithSessionUid class.

Properties

Name Description
Description

Gets the description.

(Inherited from PropertyBagData)
DisplayName

Gets the display name.

(Inherited from PropertyBagData)
Properties

Gets the properties.

(Inherited from PropertyBagData)
SessionUid

Gets the session UID.

Methods

Name Description
ToString()

Returns a string that represents the current object.

Applies to