Share via


ReportMessage.Phase property

Gets or sets the phase for this message.

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

Syntax

'Declaration
Public Property Phase As String
    Get
    Set
'Usage
Dim instance As ReportMessage
Dim value As String

value = instance.Phase

instance.Phase = value
public string Phase { get; set; }

Property value

Type: System.String

Remarks

The job phase in which this message occurs.

See also

Reference

ReportMessage class

ReportMessage members

Microsoft.SharePoint.Publishing.Administration namespace

ReportMessage