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, Type)

[To be supplied.]

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

Parameters

attributeName
[To be supplied.]
type
[To be supplied.]

See Also

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