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)
Available in Sandboxed Solutions: No

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