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!

XmlAttributeAttribute Constructor (String)

[To be supplied.]

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

Parameters

attributeName
[To be supplied.]

See Also

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