Touchstone 11.0 API Reference
ActivitySids Property (SubmitImportNonAIRResponse)


Air.Services.Proxy Assembly > AIR.Services.DataImport.Api Namespace > SubmitImportNonAIRResponse Class : ActivitySids Property
Contains a list of the Activity Sequential Identifiers (SIDs) that uniquely identify the asynchronous web service calls that you made to import a non-AIR-formatted file using the SubmitImportNonAIR() method.
Syntax
Public Property ActivitySids As List(Of Integer)
Dim instance As SubmitImportNonAIRResponse
Dim value As List(Of Integer)
 
instance.ActivitySids = value
 
value = instance.ActivitySids
public List<int> ActivitySids {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

SubmitImportNonAIRResponse Class
SubmitImportNonAIRResponse Members