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; }
Public MustOverride Property ObjectStringValue As String
Get
Set
public:
virtual property String^ ObjectStringValue {
String^ get () abstract;
void set (String^ value) abstract;
}
abstract ObjectStringValue : string with 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