Represents a log entry that is made by a servicing step.
Inheritance Hierarchy
System.Object
  Microsoft.TeamFoundation.Framework.Client.ServicingStepDetail
    Microsoft.TeamFoundation.Framework.Client.ServicingStepLogEntry
Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public NotInheritable Class ServicingStepLogEntry _
    Inherits ServicingStepDetail
public sealed class ServicingStepLogEntry : ServicingStepDetail
public ref class ServicingStepLogEntry sealed : public ServicingStepDetail
[<Sealed>]
type ServicingStepLogEntry =  
    class 
        inherit ServicingStepDetail 
    end
public final class ServicingStepLogEntry extends ServicingStepDetail
The ServicingStepLogEntry type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | DetailId | Gets the servicing step detail ID. (Inherited from ServicingStepDetail.) | 
| .gif) | DetailTime | Gets the servicing step detail time. (Inherited from ServicingStepDetail.) | 
| .gif) | EntryKind | Gets the type of the entry. | 
| .gif) | Message | Gets the log message. | 
| .gif) | ServicingOperation | Gets the servicing operation. (Inherited from ServicingStepDetail.) | 
| .gif) | ServicingStepGroupId | Gets the servicing step group ID. (Inherited from ServicingStepDetail.) | 
| .gif) | ServicingStepId | Gets the servicing step ID. (Inherited from ServicingStepDetail.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | ToLogEntryLine | Gets a string to write to the log entry. (Overrides ServicingStepDetail.ToLogEntryLine().) | 
| .gif) | ToString | Gets a user-readable string that states the properties of this instance. (Overrides ServicingStepDetail.ToString().) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.