de la propiedad ContentByQueryWebPart.ContentTypeBeginsWithId

Obtiene o establece el identificador de tipo de contenido.

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

Sintaxis

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

value = instance.ContentTypeBeginsWithId

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

Valor de propiedad

Tipo: System.String
Un entero que representa este tipo de contenido.

Vea también

Referencia

clase ContentByQueryWebPart

Miembros ContentByQueryWebPart

Espacio de nombres Microsoft.SharePoint.Publishing.WebControls

ContentByQueryWebPart