SPField.EntityPropertyName property
Gets the name of the entity property for the list item entity that uses this field.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property EntityPropertyName As String
Get
'Usage
Dim instance As SPField
Dim value As String
value = instance.EntityPropertyName
public string EntityPropertyName { get; }
Property value
Type: System.String
The name of the entity property.