Compartilhar via


WebRequestExecutor.ResponseContentType propriedade

Obtém o tipo de conteúdo da resposta.

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

Sintaxe

'Declaração
Public MustOverride ReadOnly Property ResponseContentType As String
    Get
'Uso
Dim instance As WebRequestExecutor
Dim value As String

value = instance.ResponseContentType
public abstract string ResponseContentType { get; }

Valor de propriedade

Tipo: System.String
O tipo de conteúdo da resposta.

Ver também

Referência

WebRequestExecutor classe

WebRequestExecutor membros

Microsoft.SharePoint.Client namespace