SPLongOperationState.Status property

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.

See also

Reference

SPLongOperationState class

SPLongOperationState members

Microsoft.SharePoint namespace