LogOnAccountPropertiesDataGroupMembership Property

Specifies the groups to which the account should belong. If not specified, the group membership will not be modified.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntax
[DataMemberAttribute(Name = "groupMembership", EmitDefaultValue = false)]
public ICollection<GroupSpecData>? GroupMembership { get; set; }

Property Value

Type: ICollectionGroupSpecData
See Also