System.Xml.Serialization.SoapElementAttribute.SoapElementAttribute C# (CSharp) Method

SoapElementAttribute() public method

public SoapElementAttribute ( string elementName ) : System
elementName string
return System
        public SoapElementAttribute(string elementName) {
            this.elementName = elementName;
        }

Same methods

SoapElementAttribute::SoapElementAttribute ( ) : System
SoapElementAttribute