CbqQueryVersionInfo.FeedTitle property

Gets or sets the title of this 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 FeedTitle As String
    Get
    Set
'Usage
Dim instance As CbqQueryVersionInfo
Dim value As String

value = instance.FeedTitle

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

Property value

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

See also

Reference

CbqQueryVersionInfo class

CbqQueryVersionInfo members

Microsoft.SharePoint.Publishing namespace

CbqQueryVersionInfo