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.