Share via


SpoOperation.HasTimedout property

Gets a value that indicates whether the maximum wait time for the operation has been exceeded.

Namespace:  Microsoft.Online.SharePoint.TenantAdministration
Assembly:  Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)

Syntax

'Declaration
Public ReadOnly Property HasTimedout As Boolean
    Get
'Usage
Dim instance As SpoOperation
Dim value As Boolean

value = instance.HasTimedout
public bool HasTimedout { get; }

Property value

Type: System.Boolean

See also

Reference

SpoOperation class

SpoOperation members

Microsoft.Online.SharePoint.TenantAdministration namespace