LongRunningOperationStatus.GearsImageUrl Property
Image that should be used on the progress page. If this property is empty, the default gears image will be used.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property GearsImageUrl As String
Get
Friend Set
'Usage
Dim instance As LongRunningOperationStatus
Dim value As String
value = instance.GearsImageUrl
public string GearsImageUrl { get; internal set; }
Property Value
Type: System.String
See Also
Reference
LongRunningOperationStatus Class