RecycleBinQueryInformation.ShowOnlyMyItems property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property ShowOnlyMyItems As Boolean
Get
Set
'Usage
Dim instance As RecycleBinQueryInformation
Dim value As Boolean
value = instance.ShowOnlyMyItems
instance.ShowOnlyMyItems = value
public bool ShowOnlyMyItems { get; set; }
Property value
Type: System.Boolean
See also
Reference
RecycleBinQueryInformation class