Click or drag to resize

ObjectEditorBaseObjectStringValue Property

Gets or Sets the serialized object with its default serializer.

Namespace:  Hummingbird.TestFramework.Extensibility
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public abstract string ObjectStringValue { get; set; }

Property Value

Type: String
The object in serialized value with its default serializer. For example, for the Soap web service, the value is an XML documents in SOAP Envelope
See Also