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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableAttribute> _
Public ReadOnly Property FieldId As Guid
Get
'Usage
Dim instance As SPRelatedField
Dim value As Guid
value = instance.FieldId
[ClientCallableAttribute]
public Guid FieldId { get; }
Property Value
Type: System.Guid
The value of the Id property of an SPField object.