CoerceActivity.CoercionFunction Property

Gets or sets the name of the function used to coerce the specified data type to other data types.

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

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.None)> _
Public Property CoercionFunction As String
    Get
    Set
'Usage
Dim instance As CoerceActivity
Dim value As String

value = instance.CoercionFunction

instance.CoercionFunction = value
[ValidationOptionAttribute(ValidationOption.None)]
public string CoercionFunction { get; set; }

Property Value

Type: System.String
The name of the function used to coerce the specified data type to other data types.

See Also

Reference

CoerceActivity Class

CoerceActivity Members

Microsoft.SharePoint.WorkflowActions Namespace