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.
Sets secondary fields names based on values in specified fields names.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Sub SetSecondaryFieldsNames ( _
names As String() _
)
'Usage
Dim instance As SPBusinessDataField
Dim names As String()
instance.SetSecondaryFieldsNames(names)
public void SetSecondaryFieldsNames(
string[] names
)
Parameters
names
Type: []An array of the new names of the secondary fields.
Remarks
This method sets secondary field names and secondary field BDC names based on the values in names.