The default file extension to use for this results format

Namespace: BrightstarDB
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public string DefaultExtension { get; protected set; }
Visual Basic
Public Property DefaultExtension As String
	Get
	Protected Set
Visual C++
public:
virtual property String^ DefaultExtension {
	String^ get () sealed;
	protected: void set (String^ value) sealed;
}
F#
abstract DefaultExtension : string with get, set
override DefaultExtension : string with get, set

Property Value

Type: String

Implements

ISerializationFormat..::..DefaultExtension

See Also