Freigeben über


SetFieldActivity-Klasse

Legt ein Feld Microsoft SharePoint Foundation 2010 Liste Element auf einen angegebenen Wert fest.

Vererbungshierarchie

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      Microsoft.SharePoint.WorkflowActions.WaitForDocumentUnlockActivity
        Microsoft.SharePoint.WorkflowActions.WithKey.SetFieldActivity

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

Syntax

'Declaration
<ActivityValidatorAttribute(GetType(SetFieldActivityValidator))> _
<ActivityToolboxDisplayAttribute("VSTTSharePointItem", False)> _
<ToolboxBitmapAttribute(GetType(SetFieldActivity), "Resources.SetFieldActivity.bmp")> _
Public Class SetFieldActivity _
    Inherits WaitForDocumentUnlockActivity
'Usage
Dim instance As SetFieldActivity
[ActivityValidatorAttribute(typeof(SetFieldActivityValidator))]
[ActivityToolboxDisplayAttribute("VSTTSharePointItem", false)]
[ToolboxBitmapAttribute(typeof(SetFieldActivity), "Resources.SetFieldActivity.bmp")]
public class SetFieldActivity : WaitForDocumentUnlockActivity

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

SetFieldActivity-Member

Microsoft.SharePoint.WorkflowActions.WithKey-Namespace