Share via


UserDocsWebPart.QueryLastModifiedBy property

Gets or sets a value that controls whether the web part will retrieve documents that were modified by the user.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<WebPartStorageAttribute(Storage.Shared)> _
<ResourcesAttribute("QueryLastModifiedByName", "Data", "QueryLastModifiedByDesc")> _
Public Property QueryLastModifiedBy As Boolean
    Get
    Set
'Usage
Dim instance As UserDocsWebPart
Dim value As Boolean

value = instance.QueryLastModifiedBy

instance.QueryLastModifiedBy = value
[WebPartStorageAttribute(Storage.Shared)]
[ResourcesAttribute("QueryLastModifiedByName", "Data", "QueryLastModifiedByDesc")]
public bool QueryLastModifiedBy { get; set; }

Property value

Type: System.Boolean
true if the web part will retrieve documents that were modified by the user; otherwise, false.

See also

Reference

UserDocsWebPart class

UserDocsWebPart members

Microsoft.SharePoint.WebPartPages namespace