WaitForActivity.FieldName Property

Gets or sets the field name on the SharePoint Foundation 2010 list item to be updated.

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

Syntax

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

value = instance.FieldName

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

Property Value

Type: System.String
Returns String.

See Also

Reference

WaitForActivity Class

WaitForActivity Members

Microsoft.SharePoint.WorkflowActions.WithKey Namespace