TwitterAccountsObjectFromTwitterAccountName Method |
|
DataPA OpenAnalytics API Reference
Returns a TwitterAccount object with the TwitterAccount Name if it exists in the collection.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public TwitterAccount ObjectFromTwitterAccountName(
string TwitterAccountName
)
Public Function ObjectFromTwitterAccountName (
TwitterAccountName As String
) As TwitterAccount
public:
virtual TwitterAccount^ ObjectFromTwitterAccountName(
String^ TwitterAccountName
) sealed
function ObjectFromTwitterAccountName(TwitterAccountName);
Parameters
- TwitterAccountName
- Type: SystemString
The Name of the TwitterAccount.
Return Value
Type:
TwitterAccountThe TwitterAccount object with the TwitterAccount Name if it exists in the collection.
Remarks See Also