StringListContains - метод |
Determines whether the list contains a specific string.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public bool Contains(
string s
)
Public Function Contains (
s As String
) As Boolean
public:
bool Contains(
String^ s
)
member Contains :
s : string -> bool
Параметры
- s
- Тип: SystemString
The string to check the presence of.
Возвращаемое значение
Тип:
BooleanTrue if s is present in the list, false otherwise.
См. также