Returns a of the MIME types that can be applied to this serialization format
Namespace: BrightstarDBAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
List<string> MediaTypes { get; } |
| Visual Basic |
|---|
ReadOnly Property MediaTypes As List(Of String) Get |
| Visual C++ |
|---|
property List<String^>^ MediaTypes { List<String^>^ get (); } |
| F# |
|---|
abstract MediaTypes : List<string> with get |