NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlAttribute Constructor

Creates a new XML attribute value.

[Visual Basic]
Public Sub New( _
   ByVal id As XmlIdent, _
   ByVal value As String _
)
[C#]
public XmlAttribute(
   XmlIdent id,
   string value
);
[C++]
public: XmlAttribute(
   XmlIdent* id,
   String* value
);
[JScript]
public function XmlAttribute(
   id : XmlIdent,
   value : String
);

Parameters

id
Value of the attribute's ID property.
value
Value of the attribute's Value property.

See Also

XmlAttribute Structure | XmlAttribute Members | System.Xml Namespace