Partilhar via


WaitForDocumentStatusActivity.Comments Property

Gets or sets the comments for the WaitForDocumentStatusActivity.

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

Syntax

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

value = instance.Comments

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

Property Value

Type: System.String
The comments for the WaitForDocumentStatusActivity.

See Also

Reference

WaitForDocumentStatusActivity Class

WaitForDocumentStatusActivity Members

Microsoft.SharePoint.WorkflowActions.WithKey Namespace