Touchstone 11.0 API Reference
Objects Property


Air.Services.Proxy Assembly > AIR.Services.ObjectManagement.Api Namespace > GetObjectBaseResponse Class : Objects Property
Contains the set of objects associated with the Business Unit SID and SQL Instance SID you specified.

A Loss Modification Analysis Template is an example of an object.

Syntax
Public Property Objects As List(Of ObjectBase)
Dim instance As GetObjectBaseResponse
Dim value As List(Of ObjectBase)
 
instance.Objects = value
 
value = instance.Objects
public List<ObjectBase> Objects {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

GetObjectBaseResponse Class
GetObjectBaseResponse Members