XmlPropertyWriter.WriteValue Method
Writes an object property value.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Shared Sub WriteValue ( _
xmlWriter As XmlWriter, _
propertyName As String, _
value As Object _
)
public static void WriteValue(
XmlWriter xmlWriter,
string propertyName,
Object value
)
public:
static void WriteValue(
XmlWriter^ xmlWriter,
String^ propertyName,
Object^ value
)
static member WriteValue :
xmlWriter:XmlWriter *
propertyName:string *
value:Object -> unit
public static function WriteValue(
xmlWriter : XmlWriter,
propertyName : String,
value : Object
)
Parameters
xmlWriter
Type: System.Xml.XmlWriterThe XML writer.
- propertyName
Type: System.String
value
Type: System.ObjectThe 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.