CbqQueryVersionInfo.FeedDescription Property
A string value that describes the Content 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