Touchstone Re 2023 API Reference
ActivitySids Property (SubmitDeleteActivitiesRequest)


Air.Services.Proxy Assembly > AIR.Services.ActivityManagement.Api Namespace > SubmitDeleteActivitiesRequest Class : ActivitySids Property
(Required) Contains the SID of the Activities that you want to delete. You can find the Activity SID by looking at the response returned by asynchronous web service calls, such as the Touchstone® SubmitDeleteActivities() method.
Syntax
Public Property ActivitySids As List(Of Integer)
Dim instance As SubmitDeleteActivitiesRequest
Dim value As List(Of Integer)
 
instance.ActivitySids = value
 
value = instance.ActivitySids
public List<int> ActivitySids {get; set;}
Remarks
You can find the Activity SID by looking at the response returned by asynchronous web service calls, such as the Touchstone® SubmitDeleteActivities() method.
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

SubmitDeleteActivitiesRequest Class
SubmitDeleteActivitiesRequest Members