WriteValue(String) Method
See Also 
SourceCode.Workflow.Design Namespace > XmlPartWriter Class > WriteValue Method : WriteValue(String) Method



value
The System.String value to write.

Glossary Item Box

Writes a System.String value.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub WriteValue( _
   ByVal value As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As XmlPartWriter
Dim value As String
 
instance.WriteValue(value)
C# 
public void WriteValue( 
   string value
)
C++/CLI 
public:
void WriteValue( 
   String^ value
) 

Parameters

value
The System.String value to write.

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