SPLongOperation.TrailingHTML property

Gets or sets the HTML markup that sets the user’s expectations about the operation that is underway.

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

Syntax

'Declaration
Public Property TrailingHTML As String
    Get
    Set
'Usage
Dim instance As SPLongOperation
Dim value As String

value = instance.TrailingHTML

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

Property value

Type: System.String
A string that contains HTML markup and text such as “Please wait.”

See also

Reference

SPLongOperation class

SPLongOperation members

Microsoft.SharePoint namespace

LeadingHTML