SessionGroupMembershipIds Property |
Gets the IDs of groups which contain the account associated with the session.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public IReadOnlyCollection<Guid> GroupMembershipIds { get; }
Public ReadOnly Property GroupMembershipIds As IReadOnlyCollection(Of Guid)
Get
public:
property IReadOnlyCollection<Guid>^ GroupMembershipIds {
IReadOnlyCollection<Guid>^ get ();
}
member GroupMembershipIds : IReadOnlyCollection<Guid> with get
Property Value
Type:
IReadOnlyCollectionGuidSee Also