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.IndexOf

[To be supplied.]

[Visual Basic]
Public Function IndexOf( _
   ByVal attribute As XmlArrayItemAttribute _
) As Integer
[C#]
public int IndexOf(
   XmlArrayItemAttribute attribute
);
[C++]
public: int IndexOf(
   XmlArrayItemAttribute* attribute
);
[JScript]
public function IndexOf(
   attribute : XmlArrayItemAttribute
) : int;

Parameters

attribute
[To be supplied.]

See Also

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