Click or drag to resize

DeviceListResponseAddObjects Method

[Missing <summary> documentation for "M:NetIQ.DRA.Common.Rest.Responses.DeviceListResponse.AddObjects(System.Collections.Generic.IEnumerable{NetIQ.DRA.Common.Rest.DataModels.BaseObject})"]

Namespace:  NetIQ.DRA.Common.Rest.Responses
Assembly:  NetIQ.DRA.Common.Rest.Api (in NetIQ.DRA.Common.Rest.Api.dll) Version: 10.2.2.1
Syntax
public override void AddObjects(
	IEnumerable<BaseObject> baseObjects
)

Parameters

baseObjects
Type: System.Collections.GenericIEnumerableBaseObject

[Missing <param name="baseObjects"/> documentation for "M:NetIQ.DRA.Common.Rest.Responses.DeviceListResponse.AddObjects(System.Collections.Generic.IEnumerable{NetIQ.DRA.Common.Rest.DataModels.BaseObject})"]

See Also