ContentByQueryWebPart.UseCopyUtil Property
Gets or sets whether the URL for items should use the View Property page.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property UseCopyUtil As Boolean
Get
Set
'Usage
Dim instance As ContentByQueryWebPart
Dim value As Boolean
value = instance.UseCopyUtil
instance.UseCopyUtil = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public bool UseCopyUtil { get; set; }
Property Value
Type: System.Boolean