Gets an enumeration of all of the media types supported by the SPARQL results formats defined by this class.

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

Syntax

C#
public static IEnumerable<string> AllMediaTypes { get; }
Visual Basic
Public Shared ReadOnly Property AllMediaTypes As IEnumerable(Of String)
	Get
Visual C++
public:
static property IEnumerable<String^>^ AllMediaTypes {
	IEnumerable<String^>^ get ();
}
F#
static member AllMediaTypes : IEnumerable<string> with get

Property Value

Type: IEnumerable<(Of <(<'String>)>)>

See Also