SharePointListAdapterRW.ListId Property
Gets or sets the list ID of the SharePoint list associated with the SharePointListAdapterRWObject object.
Namespace: Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly: Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.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.
Remarks
This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.
See Also
Reference
SharePointListAdapterRW Interface