XmlField Constructor(String,String)
See Also 
SourceCode.Workflow.Authoring Namespace > XmlField Class > XmlField Constructor : XmlField Constructor(String,String)



name
The name of the newly created XmlField.
schemaURI
The schema to base the XmlField on.

Glossary Item Box

Construct a new XmlField with the provided Schema.

Default values are:
Namename (Parameter)
SchemaURIschemaURI (Parameter)

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String, _
   ByVal schemaURI As String _
)
Visual Basic (Usage)Copy Code
Dim name As String
Dim schemaURI As String
 
Dim instance As New XmlField(name, schemaURI)
C# 
public XmlField( 
   string name,
   string schemaURI
)
C++/CLI 
public:
XmlField( 
   String^ name,
   String^ schemaURI
)

Parameters

name
The name of the newly created XmlField.
schemaURI
The schema to base the XmlField on.

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