SPLongOperationState.Status - Propriété
Obtient le message d'état HTML envoyé périodiquement au client pendant les opérations de longue durée qui conservent l'état.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property Status As String
Get
Set
'Utilisation
Dim instance As SPLongOperationState
Dim value As String
value = instance.Status
instance.Status = value
public string Status { get; set; }
Valeur de propriété
Type : System.String
String contenant le message d'état HTML.