SharePointListAdapterRW.ListId property
Gets or sets the list ID of the SharePoint list associated with the SharePointListAdapterRWObject object.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
Property ListId As String
Get
Set
'Usage
Dim instance As SharePointListAdapterRW
Dim value As String
value = instance.ListId
instance.ListId = value
string ListId { get; set; }
Property value
Type: System.String
The GUID that identifies the SharePoint list.
See also
Reference
SharePointListAdapterRW interface