ServicingStepDetail.ToLogEntryLine Method

Gets a string that summarizes the servicing step as a string to write to a log.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public MustOverride Function ToLogEntryLine As String
public abstract string ToLogEntryLine()
public:
virtual String^ ToLogEntryLine() abstract
abstract ToLogEntryLine : unit -> string
public abstract function ToLogEntryLine() : String

Return Value

Type: System.String
A string that summarizes the servicing step as a string to write to a log.

.NET Framework Security

See Also

Reference

ServicingStepDetail Class

Microsoft.TeamFoundation.Framework.Client Namespace