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!

XmlArrayAttribute Constructor (String)

[To be supplied.]

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

Parameters

elementName
[To be supplied.]

See Also

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