DataPA Enterprise Dashboard Controls API Reference
Returns a TwitterAccount object with the TwitterAccount Name if it exists in the collection.

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public TwitterAccount ObjectFromTwitterAccountName(
	string TwitterAccountName
)
Visual Basic
Public Function ObjectFromTwitterAccountName ( 
	TwitterAccountName As String
) As TwitterAccount
Visual C++
public:
virtual TwitterAccount^ ObjectFromTwitterAccountName(
	String^ TwitterAccountName
) sealed

Parameters

TwitterAccountName
Type: System..::..String
The Name of the TwitterAccount.

Return Value

Type: TwitterAccount
The TwitterAccount object with the TwitterAccount Name if it exists in the collection.

Remarks