7 private string attributeName;
11 private string dataType;
19 if (attributeName !=
null)
27 attributeName = value;
73 this.attributeName = attributeName;
string Namespace
Gets or sets the XML namespace of the XML attribute.
SoapAttributeAttribute()
Initializes a new instance of the T:System.Xml.Serialization.SoapAttributeAttribute class.
Represents the base class for custom attributes.
string DataType
Gets or sets the XML Schema definition language (XSD) data type of the SOAP attribute generated by th...
SoapAttributeAttribute(string attributeName)
Initializes a new instance of the T:System.Xml.Serialization.SoapAttributeAttribute class using the s...
AttributeTargets
Specifies the application elements on which it is valid to apply an attribute.
string AttributeName
Gets or sets the name of the XML attribute generated by the T:System.Xml.Serialization....
Specifies that the T:System.Xml.Serialization.XmlSerializer must serialize the class member as an enc...