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)

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..

See also

Reference

SPBusinessDataField class

SPBusinessDataField members

Microsoft.SharePoint namespace