CreateXMLField Method
See Also 
SourceCode.Workflow.Design.SharePoint.ProcessFields Namespace > UsersGroups Class : CreateXMLField Method



Process
Name

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Shared Sub CreateXMLField( _
   ByVal Process As Process, _
   ByVal Name As String _
) 
Visual Basic (Usage) Copy Code
Dim Process As Process
Dim Name As String
 
UsersGroups.CreateXMLField(Process, Name)
C#  
public static void CreateXMLField( 
   Process Process,
   string Name
)
C++/CLI  
public:
static void CreateXMLField( 
   Process^ Process,
   String^ Name
) 

Parameters

Process
Name

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