SPBusinessDataField.BdcFieldName Property
Gets or sets the name of the business data field (this field).
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property BdcFieldName As String
Get
Set
'Usage
Dim instance As SPBusinessDataField
Dim value As String
value = instance.BdcFieldName
instance.BdcFieldName = value
public string BdcFieldName { get; set; }
Property Value
Type: System.String
A String with the Business Data Field name..