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 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.