Share via


UserDocsWebPart.QueryCheckedOutBy property

Gets or sets a value that controls whether the web part will retrieve documents that are checked out by the user.

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

Syntax

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

value = instance.QueryCheckedOutBy

instance.QueryCheckedOutBy = value
[ResourcesAttribute("QueryCheckedOutByName", "Data", "QueryCheckedOutByDesc")]
[WebPartStorageAttribute(Storage.Shared)]
public bool QueryCheckedOutBy { get; set; }

Property value

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

See also

Reference

UserDocsWebPart class

UserDocsWebPart members

Microsoft.SharePoint.WebPartPages namespace