WebRequestExecutor.RequestContentType propriedade
Obtém ou define o tipo de conteúdo da solicitação HTTP atual.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (em Microsoft.SharePoint.Client.Runtime.dll)
Sintaxe
'Declaração
Public MustOverride Property RequestContentType As String
Get
Set
'Uso
Dim instance As WebRequestExecutor
Dim value As String
value = instance.RequestContentType
instance.RequestContentType = value
public abstract string RequestContentType { get; set; }
Valor de propriedade
Tipo: System.String
O tipo de conteúdo da solicitação HTTP atual.