This documentation is archived and is not being maintained.
ServicingStepLogEntry Class
Visual Studio 2013
Represents a log entry that is made by a servicing step.
System::Object
Microsoft.TeamFoundation.Framework.Client::ServicingStepDetail
Microsoft.TeamFoundation.Framework.Client::ServicingStepLogEntry
Microsoft.TeamFoundation.Framework.Client::ServicingStepDetail
Microsoft.TeamFoundation.Framework.Client::ServicingStepLogEntry
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
The ServicingStepLogEntry type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DetailId | Gets the servicing step detail ID. (Inherited from ServicingStepDetail.) |
![]() | DetailTime | Gets the servicing step detail time. (Inherited from ServicingStepDetail.) |
![]() | EntryKind | Gets the type of the entry. |
![]() | Message | Gets the log message. |
![]() | ServicingOperation | Gets the servicing operation. (Inherited from ServicingStepDetail.) |
![]() | ServicingStepGroupId | Gets the servicing step group ID. (Inherited from ServicingStepDetail.) |
![]() | ServicingStepId | Gets the servicing step ID. (Inherited from ServicingStepDetail.) |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToLogEntryLine | Gets a string to write to the log entry. (Overrides ServicingStepDetail::ToLogEntryLine().) |
![]() | ToString | Gets a user-readable string that states the properties of this instance. (Overrides ServicingStepDetail::ToString().) |
Show:
