SetModerationStatusActivity.Comments Property

Gets or sets a value for the comments field for the SharePoint Foundation 2010 list item on the designated list.

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 SetModerationStatusActivity
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
Returns String.

See Also

Reference

SetModerationStatusActivity Class

SetModerationStatusActivity Members

Microsoft.SharePoint.WorkflowActions.WithKey Namespace