WaitForDocumentStatusActivity.DocumentStatus property

Gets or sets the status of the document that is associated with the current workflow.

Namespace:  Microsoft.SharePoint.WorkflowActions.WithKey
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
<BrowsableAttribute(True)> _
<ValidationOptionAttribute(ValidationOption.Optional)> _
Public Property DocumentStatus As String
    Get
    Set
'Usage
Dim instance As WaitForDocumentStatusActivity
Dim value As String

value = instance.DocumentStatus

instance.DocumentStatus = value
[BrowsableAttribute(true)]
[ValidationOptionAttribute(ValidationOption.Optional)]
public string DocumentStatus { get; set; }

Property value

Type: System.String
An object that specifies the status of the document that is associated with the current workflow.

See also

Reference

WaitForDocumentStatusActivity class

WaitForDocumentStatusActivity members

Microsoft.SharePoint.WorkflowActions.WithKey namespace