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