Touchstone 11.0 API Reference
ActivitySid Property (SubmitDeleteProjectResponse)


Air.Services.Proxy Assembly > AIR.Services.ProjectManagement.Api Namespace > SubmitDeleteProjectResponse Class : ActivitySid Property
Contains the Activity Sequential Identifier (SID) that uniquely identifies the asynchronous web service call that you made to delete a Project that contained exposure data using the SubmitDeleteProject() method.

If the Project that you specified for deletion did not contain any exposure data, the deletion occurs without the use of HPC. In this case, the Activity SID is 0.

Syntax
Public Property ActivitySid As Integer
Dim instance As SubmitDeleteProjectResponse
Dim value As Integer
 
instance.ActivitySid = value
 
value = instance.ActivitySid
public int ActivitySid {get; set;}
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

SubmitDeleteProjectResponse Class
SubmitDeleteProjectResponse Members