ServicingStepLogEntry.Message Property

Gets the log message.

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

Syntax

'宣言
Public ReadOnly Property Message As String
    Get
public string Message { get; }
public:
property String^ Message {
    String^ get ();
}
member Message : string
function get Message () : String

Property Value

Type: System.String
The log message.

.NET Framework Security

See Also

Reference

ServicingStepLogEntry Class

Microsoft.TeamFoundation.Framework.Client Namespace