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!

XmlAttributeOverrides.Add

[To be supplied.]

[Visual Basic]
Public Sub Add( _
   ByVal type As Type, _
   ByVal member As String, _
   ByVal attributes As XmlAttributes _
)
[C#]
public void Add(
   Type type,
   string member,
   XmlAttributes attributes
);
[C++]
public: void Add(
   Type* type,
   String* member,
   XmlAttributes* attributes
);
[JScript]
public function Add(
   type : Type,
   member : String,
   attributes : XmlAttributes
);

Parameters

type
[To be supplied.]
member
[To be supplied.]
attributes
[To be supplied.]

See Also

XmlAttributeOverrides Class | XmlAttributeOverrides Members | System.Xml.Serialization Namespace