SPRequestUsageEntry.BytesSent property

O total de bytes de dados baixados como resultado desta solicitação.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public Property BytesSent As Integer
    Get
    Set
'Uso
Dim instance As SPRequestUsageEntry
Dim value As Integer

value = instance.BytesSent

instance.BytesSent = value
public int BytesSent { get; set; }

Property value

Type: System.Int32
Retorna Int32.

Ver também

Referência

SPRequestUsageEntry class

SPRequestUsageEntry members

Microsoft.SharePoint.Administration namespace