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; }
Public Property GroupMembership As ICollection(Of (GroupName As String, TenantId As Guid?))
Get
Set
public:
property ICollection<ValueTuple<String^, Nullable<Guid>>>^ GroupMembership {
ICollection<ValueTuple<String^, Nullable<Guid>>>^ get ();
void set (ICollection<ValueTuple<String^, Nullable<Guid>>>^ value);
}
member GroupMembership : ICollection<ValueTuple<string, Nullable<Guid>>> with get, set
Property Value
Type:
ICollectionValueTupleString,
NullableGuidSee Also