Get the type of format specifier that was expected

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

Syntax

C#
public Type RequiredFormatType { get; }
Visual Basic
Public ReadOnly Property RequiredFormatType As Type
	Get
Visual C++
public:
property Type^ RequiredFormatType {
	Type^ get ();
}
F#
member RequiredFormatType : Type with get

Property Value

Type: Type

See Also