1 write to dataType
System.Xml (1)
System\Xml\Serialization\SoapAttributeAttribute.cs (1)
60set { dataType = value; }
2 references to dataType
System.Xml (2)
System\Xml\Serialization\SoapAttributeAttribute.cs (2)
59get { return dataType == null ? string.Empty : dataType; }