RESTfulRequestInfo.Headers propriedade
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
Public Property Headers As IDictionary(Of String, String)
Get
Private Set
'Uso
Dim instance As RESTfulRequestInfo
Dim value As IDictionary(Of String, String)
value = instance.Headers
public IDictionary<string, string> Headers { get; private set; }
Valor de propriedade
Tipo: System.Collections.Generic.IDictionary<String, String>