SetFieldActivity.FieldName Property

The name of the list item field to update.

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

Syntax

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

value = instance.FieldName

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

Property Value

Type: System.String
Returns String.

See Also

Reference

SetFieldActivity Class

SetFieldActivity Members

Microsoft.SharePoint.WorkflowActions.WithKey Namespace