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; }
Public Property CurrentDocumentFormat As DocumentFormat
Get
Protected Set
public:
property DocumentFormat CurrentDocumentFormat {
DocumentFormat get ();
protected: void set (DocumentFormat value);
}
member CurrentDocumentFormat : DocumentFormat with get, set
Property Value
Type:
DocumentFormat
The current document format.
See Also