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