IGroupServiceGetGroupInfo Method |
Gets limited information about the group with the specified ID.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax MemberInfo GetGroupInfo(
Guid id
)
Function GetGroupInfo (
id As Guid
) As MemberInfo
MemberInfo^ GetGroupInfo(
Guid id
)
abstract GetGroupInfo :
id : Guid -> MemberInfo
Parameters
- id
- Type: SystemGuid
The ID of the group to get.
Return Value
Type:
MemberInfoThe group corresponding to the specified ID.
Exceptions See Also