XmlPropertyWriter.Write Method (XmlWriter, String)
Writes a string property value.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Shared Sub Write ( _
xmlWriter As XmlWriter, _
value As String _
)
public static void Write(
XmlWriter xmlWriter,
string value
)
public:
static void Write(
XmlWriter^ xmlWriter,
String^ value
)
static member Write :
xmlWriter:XmlWriter *
value:string -> unit
public static function Write(
xmlWriter : XmlWriter,
value : String
)
Parameters
xmlWriter
Type: System.Xml.XmlWriterThe XML writer.
value
Type: System.StringThe value to write.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.