Share via


FindValueActivity.ValueType property

Gets or sets a string value indicating data type of the value returned from the workflow activity.

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

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property ValueType As String
    Get
    Set
'Usage
Dim instance As FindValueActivity
Dim value As String

value = instance.ValueType

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

Property value

Type: System.String
Returns String.

See also

Reference

FindValueActivity class

FindValueActivity members

Microsoft.SharePoint.WorkflowActions.WithKey namespace