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.