DomainControllerListResponse AddObjects Method DRA REST Extensions SDK
Adds the specified objects 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<DomainController> modelObjects
)

Parameters

modelObjects
Type: OnlineSystem.Collections.Generic IEnumerable DomainController 
The domain controllers to add to the response
See Also