Share via


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

'Declaration
Public Interface ISessionNote _
    Inherits INotifyPropertyChanged
public interface ISessionNote : INotifyPropertyChanged
public interface class ISessionNote : INotifyPropertyChanged
type ISessionNote =  
    interface 
        interface INotifyPropertyChanged 
    end
public interface ISessionNote extends INotifyPropertyChanged

The ISessionNote type exposes the following members.

Properties

  Name Description
Public property Comment Comment added when the note is created.
Public property CreationTime Duration in the session when the note is created.

Top

Events

  Name Description
Public event PropertyChanged Occurs when a property value changes. (Inherited from INotifyPropertyChanged.)

Top

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace