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