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!

XmlArrayItemAttribute Constructor (String)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal elementName As String _
)
[C#]
public XmlArrayItemAttribute(
   string elementName
);
[C++]
public: XmlArrayItemAttribute(
   String* elementName
);
[JScript]
public function XmlArrayItemAttribute(
   elementName : String
);

Parameters

elementName
[To be supplied.]

See Also

XmlArrayItemAttribute Class | XmlArrayItemAttribute Members | System.Xml.Serialization Namespace | XmlArrayItemAttribute Constructor Overload List