Share via


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