SpoOperation.IsComplete property
Gets a value that indicates whether the operation has completed.
Namespace: Microsoft.Online.SharePoint.TenantAdministration
Assembly: Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)
Syntax
'Declaration
Public ReadOnly Property IsComplete As Boolean
Get
'Usage
Dim instance As SpoOperation
Dim value As Boolean
value = instance.IsComplete
public bool IsComplete { get; }
Property value
Type: System.Boolean