Share via


CbqQueryVersionInfo.FeedDescription property

Gets or sets a string value that describes the Content By Query Web Part version information feed.

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

Syntax

'Declaration
Public Property FeedDescription As String
    Get
    Set
'Usage
Dim instance As CbqQueryVersionInfo
Dim value As String

value = instance.FeedDescription

instance.FeedDescription = value
public string FeedDescription { get; set; }

Property value

Type: System.String
A string value that describes the Content By Query Web Part version information feed.

See also

Reference

CbqQueryVersionInfo class

CbqQueryVersionInfo members

Microsoft.SharePoint.Publishing namespace

CbqQueryVersionInfo