IWashAccountsApiGet Method (String)

GF API Documentation
Gets the account matching the given name

Namespace:  GF.Api.Accounts
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

IAccount Get(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: IAccount
Null if not found
See Also

Reference