Click or drag to resize

ObjectEditorBaseCurrentDocumentFormat Property

Gets the current document format according to the given Serializer and AbstractMetadata

Namespace:  Hummingbird.TestFramework.Extensibility
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public DocumentFormat CurrentDocumentFormat { get; protected set; }

Property Value

Type: DocumentFormat
The current document format.
See Also