FieldLookup.DependentLookupInternalNames property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property DependentLookupInternalNames As IList(Of String)
Get
'Usage
Dim instance As FieldLookup
Dim value As IList(Of String)
value = instance.DependentLookupInternalNames
public IList<string> DependentLookupInternalNames { get; }
Property value
Type: System.Collections.Generic.IList<String>