LogOnAccountPropertiesGroupMembership Property

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

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntax
public ICollection<(string GroupName, Guid? TenantId)>? GroupMembership { get; set; }

Property Value

Type: ICollectionValueTupleString, NullableGuid
See Also