共用方式為


CoerceDateTimeActivity.SetReturnValue Method

Sets the value of the ReturnValue property to the result of the coercion.

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

Syntax

'Declaration
Protected Overrides Sub SetReturnValue ( _
    obj As Object _
)
'Usage
Dim obj As Object

Me.SetReturnValue(obj)
protected override void SetReturnValue(
    Object obj
)

Parameters

Remarks

This override casts the obj to DateTime and assigns it to the value of the ReturnValue property.

See Also

Reference

CoerceDateTimeActivity Class

CoerceDateTimeActivity Members

Microsoft.SharePoint.WorkflowActions Namespace