RSSAggregatorWebPart.FeedUrl 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
<WebBrowsableAttribute(True)> _
<ResourcesAttribute("RSSWebpart_Property_FeedUrl_Text", "RSSWebpart_ToolPart_Group", _
"RSSWebpart_Property_FeedUrl_Description")> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property FeedUrl As String
Get
Set
'Usage
Dim instance As RSSAggregatorWebPart
Dim value As String
value = instance.FeedUrl
instance.FeedUrl = value
[WebBrowsableAttribute(true)]
[ResourcesAttribute("RSSWebpart_Property_FeedUrl_Text", "RSSWebpart_ToolPart_Group",
"RSSWebpart_Property_FeedUrl_Description")]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public string FeedUrl { get; set; }
Property Value
Type: System.String