Determines if the specified Account is in the list.

Namespace:  T4.API
Assembly:  T4API.20 (in T4API.20.dll)

Syntax

C#
public bool Contains(
	string AccountID
)
Visual Basic (Declaration)
Public Function Contains ( _
	AccountID As String _
) As Boolean
Visual C++
public:
bool Contains(
	String^ AccountID
)

Parameters

AccountID
Type: System..::.String

Return Value

Remarks

See Also