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)
Available in Sandboxed Solutions: No

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