FormComponent.ListId property

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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

See also

Reference

FormComponent class

FormComponent members

Microsoft.SharePoint.WebControls namespace