de la propiedad ContentByQueryWebPart.FeedDescription

La descripción de las fuente de datos.

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 FeedDescription As String
    Get
    Set
'Uso
Dim instance As ContentByQueryWebPart
Dim value As String

value = instance.FeedDescription

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

Valor de propiedad

Tipo: System.String
Una cadena que representa la descripción de las fuente de datos.

Vea también

Referencia

clase ContentByQueryWebPart

Miembros ContentByQueryWebPart

Espacio de nombres Microsoft.SharePoint.Publishing.WebControls

ContentByQueryWebPart