ServicingLogWriter.StringToInfo Method

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

Syntax

'Declaration
Protected Shared Function StringToInfo ( _
    s As String _
) As ServicingLogEntry
protected static ServicingLogEntry StringToInfo(
    string s
)
protected:
static ServicingLogEntry^ StringToInfo(
    String^ s
)
static member StringToInfo : 
        s:string -> ServicingLogEntry
protected static function StringToInfo(
    s : String
) : ServicingLogEntry

Parameters

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.ServicingLogEntry

.NET Framework Security

See Also

Reference

ServicingLogWriter Class

Microsoft.TeamFoundation.Framework.Server Namespace