SPRelatedField.FieldId property

Gets the identifier of the lookup field in the child list.

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

Syntax

'Declaration
Public ReadOnly Property FieldId As Guid
    Get
'Usage
Dim instance As SPRelatedField
Dim value As Guid

value = instance.FieldId
public Guid FieldId { get; }

Property value

Type: System.Guid
The value of the Id property of an SPField object.

See also

Reference

SPRelatedField class

SPRelatedField members

Microsoft.SharePoint namespace

LookupField

Id