WaitForDocumentStatusActivity.__ListId Property
Gets or sets the GUID or name of the list that contains the list item.
Namespace: Microsoft.SharePoint.WorkflowActions.WithKey
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
<BrowsableAttribute(True)> _
<ValidationOptionAttribute(ValidationOption.Optional)> _
Public Property __ListId As String
Get
Set
'Usage
Dim instance As WaitForDocumentStatusActivity
Dim value As String
value = instance.__ListId
instance.__ListId = value
[BrowsableAttribute(true)]
[ValidationOptionAttribute(ValidationOption.Optional)]
public string __ListId { get; set; }
Property Value
Type: System.String
The GUID or name of the list that contains the list item.
See Also
Reference
WaitForDocumentStatusActivity Class