Get the list of media types that are recognized for this results format
Namespace: BrightstarDBAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
C# |
---|
public List<string> MediaTypes { get; protected set; } |
Visual Basic |
---|
Public Property MediaTypes As List(Of String)
Get
Protected Set |
Visual C++ |
---|
public:
virtual property List<String^>^ MediaTypes {
List<String^>^ get () sealed;
protected: void set (List<String^>^ value) sealed;
} |
F# |
---|
abstract MediaTypes : List<string> with get, set
override MediaTypes : List<string> with get, set |
Property Value
Type:
List<(Of <(<'String>)>)>Implements
ISerializationFormat..::..MediaTypes
See Also