ServiceConfigurationSoapVersion Property |
Gets the SOAP version of the current service.
Namespace:
Hummingbird.TestFramework.ExtensionProject
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public SoapVersion SoapVersion { get; set; }
<DataMemberAttribute>
Public Property SoapVersion As SoapVersion
Get
Set
public:
[DataMemberAttribute]
property SoapVersion SoapVersion {
SoapVersion get ();
void set (SoapVersion value);
}
[<DataMemberAttribute>]
member SoapVersion : SoapVersion with get, set
Property Value
Type:
SoapVersion
The SOAP version.
See Also