SPBusinessDataField.Profile property

Represents the URL field property name of (this) business data field.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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

See also

Reference

SPBusinessDataField class

SPBusinessDataField members

Microsoft.SharePoint namespace