WebRequestExecutor.RequestContentType Property

Gets or sets the content type of the current HTTP request.

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

Syntax

'Declaration
Public MustOverride Property RequestContentType As String
    Get
    Set
'Usage
Dim instance As WebRequestExecutor
Dim value As String

value = instance.RequestContentType

instance.RequestContentType = value
public abstract string RequestContentType { get; set; }

Property Value

Type: System.String
The content type of the current HTTP request.

See Also

Reference

WebRequestExecutor Class

WebRequestExecutor Members

Microsoft.SharePoint.Client Namespace