Touchstone Re 2023 API Reference
Canceled Property


Air.Services.Proxy Assembly > AIR.Services.ActivityManagement.Api Namespace > CancelActivityResponse Class : Canceled Property
Indicates the status of the activity that you requested to cancel using the CancelActivity method. The response message validates whether the passed ActivitySidField is a cancellable activity.
Syntax
Public Property Canceled As Boolean
Dim instance As CancelActivityResponse
Dim value As Boolean
 
instance.Canceled = value
 
value = instance.Canceled
public bool Canceled {get; set;}
Remarks
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CancelActivityResponse Class
CancelActivityResponse Members