WSSTask.GetCreationProperties Property

Gets or sets the initial properties for a workflow task when it is created.

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

Syntax

'Declaration
<BrowsableAttribute(True)> _
<ValidationOptionAttribute(ValidationOption.Optional)> _
Public Property GetCreationProperties As GetCreationPropertiesCall
    Get
    Set
'Usage
Dim instance As WSSTask
Dim value As GetCreationPropertiesCall

value = instance.GetCreationProperties

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

Property Value

Type: Microsoft.Office.Workflow.GetCreationPropertiesCall
A [GetCreationPropertiesCall] delegate that contains the properties of a new workflow task.

See Also

Reference

WSSTask Class

WSSTask Members

Microsoft.Office.Workflow Namespace