Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the result of the coercion.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property ReturnValue As DateTime
Get
Set
'Usage
Dim instance As CoerceDateTimeActivity
Dim value As DateTime
value = instance.ReturnValue
instance.ReturnValue = value
[ValidationOptionAttribute(ValidationOption.Required)]
public DateTime ReturnValue { get; set; }
Property Value
Type: System.DateTime
The result of the coercion.