Click or drag to resize

ServiceConfigurationSerializedBinding Property

Gets or sets the XML representation of the BindingObject. if the BindingType is BasicHttpBinding, this property is ignored.

Namespace:  Hummingbird.TestFramework.ExtensionProject
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public string SerializedBinding { get; set; }

Property Value

Type: String
The XML representation of a Binding object.
See Also