ODataBatchOperationRequestMessage.Headers Property
Gets an enumerable over all the headers for this message.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public ReadOnly Property Headers As IEnumerable(Of KeyValuePair(Of String, String))
Get
'Usage
Dim instance As ODataBatchOperationRequestMessage
Dim value As IEnumerable(Of KeyValuePair(Of String, String))
value = instance.Headers
public IEnumerable<KeyValuePair<string, string>> Headers { get; }
public:
virtual property IEnumerable<KeyValuePair<String^, String^>>^ Headers {
IEnumerable<KeyValuePair<String^, String^>>^ get () sealed;
}
abstract Headers : IEnumerable<KeyValuePair<string, string>>
override Headers : IEnumerable<KeyValuePair<string, string>>
final function get Headers () : IEnumerable<KeyValuePair<String, String>>
Property Value
Type: System.Collections.Generic.IEnumerable<KeyValuePair<String, String>>
An enumerable over all the headers for this message.