Removes a string from the list.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public bool Remove(
string s
)
Public Function Remove (
s As String
) As Boolean
public:
bool Remove(
String^ s
)
member Remove :
s : string -> bool
Параметры
- s
- Тип: SystemString
The string to remove.
Возвращаемое значение
Тип:
BooleanTrue is s was removed, false otherwise.
См. также