Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the HTML status message periodically sent to the client during lengthy operations that maintain state.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Status As String
Get
Set
'Usage
Dim instance As SPLongOperationState
Dim value As String
value = instance.Status
instance.Status = value
public string Status { get; set; }
Property value
Type: System.String
A String holding the HTML status message.