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 | |
---|---|---|
Comment | Comment added when the note is created. |
|
CreationTime | Duration in the session when the note is created. |
Events
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from INotifyPropertyChanged.) |
See Also
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top