Share via


MicroServiceWorkItemProperties.HttpHeaders property

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property HttpHeaders As IDictionary(Of String, String)
    Get
    Set
'Usage
Dim instance As MicroServiceWorkItemProperties
Dim value As IDictionary(Of String, String)

value = instance.HttpHeaders

instance.HttpHeaders = value
public IDictionary<string, string> HttpHeaders { get; set; }

Property value

Type: System.Collections.Generic.IDictionary<String, String>

See also

Reference

MicroServiceWorkItemProperties class

MicroServiceWorkItemProperties members

Microsoft.SharePoint.Client namespace