Click or drag to resize

SchemaAttributeListResponseAddObjects Method

[Missing <summary> documentation for "M:NetIQ.DRA.Common.Rest.Responses.SchemaAttributeListResponse.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> modelObjects
)

Parameters

modelObjects
Type: System.Collections.GenericIEnumerableBaseObject

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

See Also