RESTfulRequestInfo.Headers プロパティ
名前空間: Microsoft.SharePoint.Client
アセンブリ: Microsoft.SharePoint.Client.ServerRuntime (Microsoft.SharePoint.Client.ServerRuntime.dll 内)
構文
'宣言
Public Property Headers As IDictionary(Of String, String)
Get
Private Set
'使用
Dim instance As RESTfulRequestInfo
Dim value As IDictionary(Of String, String)
value = instance.Headers
public IDictionary<string, string> Headers { get; private set; }
プロパティ値
型: System.Collections.Generic.IDictionary<String, String>