Share via


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