IReportProgress.Message Property

Gets the message associated with the current state of operation.

Namespace:  Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
ReadOnly Property Message As String
    Get
'Usage
Dim instance As IReportProgress
Dim value As String

value = instance.Message
string Message { get; }
property String^ Message {
    String^ get ();
}
abstract Message : string
function get Message () : String

Property Value

Type: System.String
A string that contains the message associated with the current state of the operation.