SimpleFilterCollection NotMemberOf Property DRA REST Extensions SDK
Filter to exclude objects that are already a member of one or more groups. The values should correspond to groups.

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

[DataMemberAttribute(Name = "notMemberOf")]
[FilterNameAttribute("notMemberOf")]
public string[] NotMemberOf { get; set; }

Property Value

Type:  OnlineString 
See Also