DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
True if an object with the TwitterAccount Name exists in the collection.
Returns a value that indicates if an object with the TwitterAccount Name exists in the collection.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public bool ContainsTwitterAccountName( string TwitterAccountName ) |
Visual Basic |
---|
Public Function ContainsTwitterAccountName ( TwitterAccountName As String ) As Boolean |
Visual C++ |
---|
public: virtual bool ContainsTwitterAccountName( String^ TwitterAccountName ) sealed |
Parameters
- TwitterAccountName
- Type: System..::..String
The Name of the TwitterAccount.
Return Value
Type: BooleanTrue if an object with the TwitterAccount Name exists in the collection.