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
GuidIListWebPart.ListId { get; set; }

Property value

Type: System.Guid
A object containing the GUID identifier of the list.

Implements

IListWebPart.ListId

Remarks

This member is not intended to be used directly from your code. This member is public because of Microsoft ASP.NET infrastructure requirements.

See also

Reference

BrowserFormWebPart class

BrowserFormWebPart members

Microsoft.Office.InfoPath.Server.Controls.WebUI namespace