SPWorkflowDataSource.ListId Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ListId As String
Get
Set
'Usage
Dim instance As SPWorkflowDataSource
Dim value As String
value = instance.ListId
instance.ListId = value
public string ListId { get; set; }
Property Value
Type: System.String