Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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