Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- 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.