[This is preliminary documentation and is subject to change.]
File headers dictionary, including the required ones
Namespace: NFX.Financial.Market.SecDbAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public IReadOnlyDictionary<string, string> Headers { get; }
public IReadOnlyDictionary<string, string> Headers { get; }
Public ReadOnly Property Headers As IReadOnlyDictionary(Of String, String)
Get
Public ReadOnly Property Headers As IReadOnlyDictionary(Of String, String)
Get
public:
property IReadOnlyDictionary<String^, String^>^ Headers {
IReadOnlyDictionary<String^, String^>^ get ();
}
public:
property IReadOnlyDictionary<String^, String^>^ Headers {
IReadOnlyDictionary<String^, String^>^ get ();
}
member Headers : IReadOnlyDictionary<string, string> with get
member Headers : IReadOnlyDictionary<string, string> with get
Property Value
Type:
IReadOnlyDictionary
String,
String