XmlPropertyWriter.Write Method (XmlWriter, Int32)

Writes an integer 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 Integer _
)
public static void Write(
    XmlWriter xmlWriter,
    int value
)
public:
static void Write(
    XmlWriter^ xmlWriter, 
    int value
)
static member Write : 
        xmlWriter:XmlWriter * 
        value:int -> unit
public static function Write(
    xmlWriter : XmlWriter, 
    value : int
)

Parameters

.NET Framework Security

See Also

Reference

XmlPropertyWriter Class

Write Overload

Microsoft.TeamFoundation.Framework.Server Namespace