HttpResponseSerializerDocumentFormat Property |
Gets the type of the text folding (XML, C#, ...)
Namespace:
Hummingbird.TestFramework.Serialization
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public override DocumentFormat DocumentFormat { get; }
Public Overrides ReadOnly Property DocumentFormat As DocumentFormat
Get
public:
virtual property DocumentFormat DocumentFormat {
DocumentFormat get () override;
}
abstract DocumentFormat : DocumentFormat with get
override DocumentFormat : DocumentFormat with get
Property Value
Type:
DocumentFormat
The type of the text folding.
See Also