FormComponent.ListId Property
Gets or sets the ID of the list.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ListId As Guid
Get
Set
'Usage
Dim instance As FormComponent
Dim value As Guid
value = instance.ListId
instance.ListId = value
public Guid ListId { get; set; }
Property Value
Type: System.Guid
Remarks
Programmatically overrides the ListName property to set the specified list despite the list in the URL. By default this property is set to the current URL.