de la propiedad ContentByQueryWebPart.UseCopyUtil

Obtiene o establece si debe utilizar la dirección URL de los elementos de la página de propiedades de la vista.

Espacio de nombres:  Microsoft.SharePoint.Publishing.WebControls
Ensamblado:  Microsoft.SharePoint.Publishing (en Microsoft.SharePoint.Publishing.dll)

Sintaxis

'Declaración
<WebBrowsableAttribute(False)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property UseCopyUtil As Boolean
    Get
    Set
'Uso
Dim instance As ContentByQueryWebPart
Dim value As Boolean

value = instance.UseCopyUtil

instance.UseCopyUtil = value
[WebBrowsableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public bool UseCopyUtil { get; set; }

Valor de propiedad

Tipo: System.Boolean

Vea también

Referencia

clase ContentByQueryWebPart

Miembros ContentByQueryWebPart

Espacio de nombres Microsoft.SharePoint.Publishing.WebControls

ContentByQueryWebPart