Share via


RelatedField.FieldId Property

Gets a value that specifies a GUID that identifies the related lookup field.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property FieldId As Guid
    Get
'Usage
Dim instance As RelatedField
Dim value As Guid

value = instance.FieldId
[RemoteAttribute]
public Guid FieldId { get; }

Property Value

Type: System.Guid
Returns a Guid.instance representing a GUID that identifies the related lookup.

See Also

Reference

RelatedField Class

RelatedField Members

Microsoft.SharePoint.Client Namespace