SoapResponseMetadataSoapVersion Property  | 
 
            Gets or sets the SOAP version if the default Binding is used.
            
 
    Namespace: 
   Hummingbird.TestFramework.Services
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxpublic SoapVersion SoapVersion { get; set; }Public Property SoapVersion As SoapVersion
	Get
	Set
public:
property SoapVersion SoapVersion {
	SoapVersion get ();
	void set (SoapVersion value);
}member SoapVersion : SoapVersion with get, set
Property Value
Type: 
SoapVersion
            The SOAP version.
            
See Also