ClientRequestServiceSettings.MaxReceivedMessageSize propriedade
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
Public Property MaxReceivedMessageSize As Integer
Get
Set
'Uso
Dim instance As ClientRequestServiceSettings
Dim value As Integer
value = instance.MaxReceivedMessageSize
instance.MaxReceivedMessageSize = value
public int MaxReceivedMessageSize { get; set; }
Valor de propriedade
Tipo: System.Int32
Ver também
Referência
ClientRequestServiceSettings classe