Partilhar via


FindValueActivity.ValueType Property

Gets or set the property type of the [FindValue] property.

Namespace:  Microsoft.SharePoint.WorkflowActions
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
The type of property that is set in the [FindValue] class.

See Also

Reference

FindValueActivity Class

FindValueActivity Members

Microsoft.SharePoint.WorkflowActions Namespace