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!

XmlArrayItemAttributes.Insert

[To be supplied.]

[Visual Basic]
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal attribute As XmlArrayItemAttribute _
)
[C#]
public void Insert(
   int index,
   XmlArrayItemAttribute attribute
);
[C++]
public: void Insert(
   int index,
   XmlArrayItemAttribute* attribute
);
[JScript]
public function Insert(
   index : int,
   attribute : XmlArrayItemAttribute
);

Parameters

index
[To be supplied.]
attribute
[To be supplied.]

See Also

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