SPRequestUsageEntry.ReqContentLength property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ReqContentLength As Nullable(Of Long)
Get
Set
'Usage
Dim instance As SPRequestUsageEntry
Dim value As Nullable(Of Long)
value = instance.ReqContentLength
instance.ReqContentLength = value
public Nullable<long> ReqContentLength { get; set; }
Property value
Type: System.Nullable<Int64>