Gets all accounts. Use AuthGetAccount(String) to get an account from its token.
Namespace:
IpernityNETAssembly: IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
C# |
---|
public IEnumerable<Account> AllAccounts { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property AllAccounts As IEnumerable(Of Account) |
Visual C++ |
---|
public: property IEnumerable<Account^>^ AllAccounts { IEnumerable<Account^>^ get (); } |