SPBusinessDataField.Profile Property
Represents the URL field property name of (this) business data field.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property Profile As String
Get
Set
'Usage
Dim instance As SPBusinessDataField
Dim value As String
value = instance.Profile
instance.Profile = value
public string Profile { get; set; }
Property Value
Type: System.String
A String representation of the URL..