Touchstone 11.0 API Reference
ExportedObjects Property


Air.Services.Proxy Assembly > AIR.Services.ObjectManagement.Api Namespace > ExportOperationResultInfo Class : ExportedObjects Property
Contains a collection of administrative boundary objects exported from a BU or Touchstone environment.
Syntax
Public Property ExportedObjects As List(Of ObjectBase)
Dim instance As ExportOperationResultInfo
Dim value As List(Of ObjectBase)
 
instance.ExportedObjects = value
 
value = instance.ExportedObjects
public List<ObjectBase> ExportedObjects {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

ExportOperationResultInfo Class
ExportOperationResultInfo Members