FolderPermissionCollectionRemove - метод |
Removes a permission from the collection.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public bool Remove(
FolderPermission permission
)
Public Function Remove (
permission As FolderPermission
) As Boolean
public:
bool Remove(
FolderPermission^ permission
)
member Remove :
permission : FolderPermission -> bool
Параметры
- permission
- Тип: Tessa.Exchange.WebServices.DataFolderPermission
The permission to remove.
Возвращаемое значение
Тип:
BooleanTrue if the folder permission was successfully removed from the collection, false otherwise.
См. также