AllowRecycleBin
property
Returns or sets whether the recycle bin is used in a Community or Room.
Syntax
C++
HRESULT get_AllowRecycleBin(
VARIANT_BOOL* pAllowRecycleBin)
HRESULT put_AllowRecycleBin(
VARIANT_BOOL myAllowRecycleBin)
Scripting languages
Boolean
= Object.AllowRecycleBin
Object.AllowRecycleBin
= Boolean
Legal values
Value |
Description |
TRUE |
The Recycle Bin is used. |
FALSE |
The Recycle Bin is not used. |
|