RelatedField.ListId Property
Gets a value that specifies a GUID that identifies the list containing 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 ListId As Guid
Get
'Usage
Dim instance As RelatedField
Dim value As Guid
value = instance.ListId
[RemoteAttribute]
public Guid ListId { get; }
Property Value
Type: System.Guid
Returns a Guid.instance representing a GUID that identifies the list containing the related lookup field.