Share via


ServicingLogEntry Constructor

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

Syntax

'Declaration
Public Sub New ( _
    type As ServicingLogEntryType, _
    message As String _
)
public ServicingLogEntry(
    ServicingLogEntryType type,
    string message
)
public:
ServicingLogEntry(
    ServicingLogEntryType type, 
    String^ message
)
new : 
        type:ServicingLogEntryType * 
        message:string -> ServicingLogEntry
public function ServicingLogEntry(
    type : ServicingLogEntryType, 
    message : String
)

Parameters

.NET Framework Security

See Also

Reference

ServicingLogEntry Class

Microsoft.TeamFoundation.Framework.Server Namespace