BrowserFormWebPart.IListWebPart.ListId Property
Gets or sets the globally unique identifier (GUID) of the list associated with the current Web Part.
Namespace: Microsoft.Office.InfoPath.Server.Controls.WebUI
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Private Property ListId As Guid Implements IListWebPart.ListId
Get
Set
'Usage
Dim instance As BrowserFormWebPart
Dim value As Guid
value = CType(instance, IListWebPart).ListId
CType(instance, IListWebPart).ListId = value
Guid IListWebPart.ListId { get; set; }
Property Value
Type: System.Guid
A object containing the GUID identifier of the list.
Implements
Remarks
This member is not intended to be used directly from your code. This member is public because of Microsoft ASP.NET infrastructure requirements.