Share via


ProgressEventArgs.Message Property

Specifies a message for the current event.

Namespace:  Microsoft.SharePoint.Publishing.Administration
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

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

value = instance.Message
public string Message { get; }

Property Value

Type: System.String
A string representing a message for the current event.

See Also

Reference

ProgressEventArgs Class

ProgressEventArgs Members

Microsoft.SharePoint.Publishing.Administration Namespace