DataPA Enterprise Dashboard Controls 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
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 |
Return Value
Type:
TwitterAccountThe TwitterAccount object with the TwitterAccount Name if it exists in the collection.
Remarks
See Also