RSSAggregatorWebPartMobileAdapter.Control Property
Gets the RSSAggregatorWebPart that is being adapted.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected ReadOnly Property Control As RSSAggregatorWebPart
Get
'Usage
Dim value As RSSAggregatorWebPart
value = Me.Control
protected RSSAggregatorWebPart Control { get; }
Property Value
Type: RSSAggregatorWebPart
The Web Part that is being adapted.
See Also
Reference
RSSAggregatorWebPartMobileAdapter Class