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