RESTfulRequestInfo.Headers - Propriété
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public Property Headers As IDictionary(Of String, String)
Get
Private Set
'Utilisation
Dim instance As RESTfulRequestInfo
Dim value As IDictionary(Of String, String)
value = instance.Headers
public IDictionary<string, string> Headers { get; private set; }
Valeur de propriété
Type : System.Collections.Generic.IDictionary<String, String>