Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the owner of a log.
Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface ITestMessageLogOwner
public interface ITestMessageLogOwner
public interface class ITestMessageLogOwner
type ITestMessageLogOwner =  interface end
public interface ITestMessageLogOwner
The ITestMessageLogOwner type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | TestMessageLogEntries | Gets a collection of test message log entries. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | CreateLogEntry | Creates a test message log entry and adds it to the TestMessageLogEntryCollection. | 
| .gif) | RefreshLogEntries | Refreshes the log entries from the server. | 
| .gif) | SaveLogEntries | Saves changed log entries to the server. | 
Top