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
'Декларация
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.