BusinessDataDetailsWebPartMobileAdapter.Control Property
Gets the BusinessDataDetailsWebPart object 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 BusinessDataDetailsWebPart
Get
'Usage
Dim value As BusinessDataDetailsWebPart
value = Me.Control
protected BusinessDataDetailsWebPart Control { get; }
Property Value
Type: BusinessDataDetailsWebPart
The Web Part that is being adapted.
See Also
Reference
BusinessDataDetailsWebPartMobileAdapter Class