RESTfulOperationContext.ResponseStreamContentType - Propriété
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public Property ResponseStreamContentType As String
Get
Set
'Utilisation
Dim instance As RESTfulOperationContext
Dim value As String
value = instance.ResponseStreamContentType
instance.ResponseStreamContentType = value
public string ResponseStreamContentType { get; set; }
Valeur de propriété
Type : System.String
Voir aussi
Référence
RESTfulOperationContext classe