RSSAggregatorWebPart.ExpandFeed Property
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ResourcesAttribute("RSSWebpart_Property_ExpandFeed_Text", "RSSWebpart_ToolPart_Group", _
"RSSWebpart_Property_ExpandFeed_Description")> _
<WebBrowsableAttribute(True)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property ExpandFeed As Boolean
Get
Set
'Usage
Dim instance As RSSAggregatorWebPart
Dim value As Boolean
value = instance.ExpandFeed
instance.ExpandFeed = value
[ResourcesAttribute("RSSWebpart_Property_ExpandFeed_Text", "RSSWebpart_ToolPart_Group",
"RSSWebpart_Property_ExpandFeed_Description")]
[WebBrowsableAttribute(true)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public bool ExpandFeed { get; set; }
Property Value
Type: System.Boolean