Share via


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

SharePointListAdapterRW Members

Microsoft.Office.Interop.InfoPath Namespace