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; }
<DataMemberAttribute>
Public Property SerializedBinding As String
Get
Set
public:
[DataMemberAttribute]
property String^ SerializedBinding {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member SerializedBinding : string with get, set
Property Value
Type:
String
The XML representation of a Binding object.
See Also