SessionFileArtifact Class

Definition

Represents a session file artifact.

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

Constructors

Name Description
SessionFileArtifact(SessionUid, FileInfo, String, String)

Initializes a new instance of the SessionFileArtifact class.

Properties

Name Description
Description

Gets the description.

(Inherited from PropertyBagData)
DisplayName

Gets the display name.

(Inherited from PropertyBagData)
FileInfo

Gets the file information.

Properties

Gets the properties.

(Inherited from PropertyBagData)
SessionUid

Gets the session UID.

(Inherited from DataWithSessionUid)

Methods

Name Description
ToString()

Returns a string that represents the current object.

Applies to