CreateProcessDataField(Process,String,String,Boolean) Method
See Also 
SourceCode.Workflow.Design.SharePoint Namespace > Shared Class > CreateProcessDataField Method : CreateProcessDataField(Process,String,String,Boolean) Method



process
fieldName
value
setAsSystem

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Shared Sub CreateProcessDataField( _
   ByVal process As Process, _
   ByVal fieldName As String, _
   ByVal value As String, _
   ByVal setAsSystem As Boolean _
) 
Visual Basic (Usage) Copy Code
Dim process As Process
Dim fieldName As String
Dim value As String
Dim setAsSystem As Boolean
 
Shared.CreateProcessDataField(process, fieldName, value, setAsSystem)
C#  
public static void CreateProcessDataField( 
   Process process,
   string fieldName,
   string value,
   bool setAsSystem
)
C++/CLI  
public:
static void CreateProcessDataField( 
   Process^ process,
   String^ fieldName,
   String^ value,
   bool setAsSystem
) 

Parameters

process
fieldName
value
setAsSystem

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also