Touchstone 11.0 API Reference
Projects Property


Air.Services.Proxy Assembly > AIR.Services.ProjectManagement.Api Namespace > GetProjectsResponse Class : Projects Property
Contains a list of Touchstone® Projects.

Each object in this list contains detailed information about a specific Touchstone Project.

Syntax
Public Property Projects As List(Of Project)
Dim instance As GetProjectsResponse
Dim value As List(Of Project)
 
instance.Projects = value
 
value = instance.Projects
public List<Project> Projects {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

GetProjectsResponse Class
GetProjectsResponse Members