IAccountServiceGetAccountInfo Method (String) | 
 
            Gets limited information about the account with the specified name.
            
 
    Namespace: 
   Dundas.BI.AccountServices
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxMemberInfo GetAccountInfo(
	string name
)
Function GetAccountInfo ( 
	name As String
) As MemberInfo
MemberInfo^ GetAccountInfo(
	String^ name
)
abstract GetAccountInfo : 
        name : string -> MemberInfo 
Parameters
- name
 - Type: SystemString
The name of the account to get. 
Return Value
Type: 
MemberInfoThe account corresponding to the specified name.
Exceptions
RemarksFor Windows accounts, use the DOMAIN\AccountName format.
See Also