Click or drag to resize

SolidFireElementGetAccountByName Method (String)

GetAccountByName enables you to retrieve details about a specific account, given its username.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public GetAccountResult GetAccountByName(
	string Username
)

Parameters

Username
Type: SystemString

Return Value

Type: GetAccountResult

Implements

ISolidFireElementGetAccountByName(String)
See Also