GetObjectDisplayPropertiesResponse AddObjects Method DRA REST Extensions SDK
Adds the specified model object to the response

Namespace: NetIQ.DRA.Common.Rest.Responses
Assembly: NetIQ.DRA.Common.Rest.Api (in NetIQ.DRA.Common.Rest.Api.dll) Version: 0.0.0.0
Syntax

public void AddObjects(
	IEnumerable<ModelObject> modelObjects
)

Parameters

modelObjects
Type: OnlineSystem.Collections.Generic IEnumerable ModelObject 
The ModelObject to add to the response
See Also