ISessionNote Interface

 

Interface to represent the session note.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

public interface ISessionNote : INotifyPropertyChanged
public interface class ISessionNote : INotifyPropertyChanged
type ISessionNote = 
    interface
        interface INotifyPropertyChanged
    end
Public Interface ISessionNote
    Inherits INotifyPropertyChanged

Properties

Name Description
System_CAPS_pubproperty Comment

Comment added when the note is created.

System_CAPS_pubproperty CreationTime

Duration in the session when the note is created.

Events

Name Description
System_CAPS_pubevent PropertyChanged

(Inherited from INotifyPropertyChanged.)

See Also

Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top