DocSetSnapshotActivity.Comments property

Gets or sets the comments to be updated on the document set or folder.

Namespace:  Microsoft.Office.Workflow.Actions
Assembly:  Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)

Syntax

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

value = instance.Comments

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

Property value

Type: System.String
Returns String.

See also

Reference

DocSetSnapshotActivity class

DocSetSnapshotActivity members

Microsoft.Office.Workflow.Actions namespace