Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the business data field that the SPMobileBusinessDataField control is rendering.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property BusinessDataField As SPBusinessDataField
Get
'Usage
Dim instance As SPMobileBusinessDataField
Dim value As SPBusinessDataField
value = instance.BusinessDataField
public SPBusinessDataField BusinessDataField { get; }
Property Value
Type: Microsoft.SharePoint.SPBusinessDataField
A SPBusinessDataField object that represents the field that is being rendered.
See Also
Reference
SPMobileBusinessDataField Class