SetField.FieldValueDynamicValue property

Gets or sets the dynamic value of the specified field.

Namespace:  Microsoft.SharePoint.WorkflowServices.Activities
Assembly:  Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)

Syntax

'Declaration
<RequiredArgumentAttribute> _
<OverloadGroupAttribute("DynamicValue")> _
Public Property FieldValueDynamicValue As InArgument(Of DynamicValue)
    Get
    Set
'Usage
Dim instance As SetField
Dim value As InArgument(Of DynamicValue)

value = instance.FieldValueDynamicValue

instance.FieldValueDynamicValue = value
[RequiredArgumentAttribute]
[OverloadGroupAttribute("DynamicValue")]
public InArgument<DynamicValue> FieldValueDynamicValue { get; set; }

Property value

Type: System.Activities.InArgument<DynamicValue>
The dynamic value of the field.

See also

Reference

SetField class

SetField members

Microsoft.SharePoint.WorkflowServices.Activities namespace