Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
xmlWriter
Type: System.Xml.XmlWriterThe XML writer.
value
Type: System.Int32The 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.