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