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 (26.2.0.1000)
Syntax
public ICollection<(string GroupName, Guid? TenantId)>? GroupMembership { get; set; }

Property Value

ICollectionValueTupleString, NullableGuid
See Also