Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property FinalFileSize As Nullable(Of Long)
Get
Set
'Usage
Dim instance As SPRequestUsageEntry
Dim value As Nullable(Of Long)
value = instance.FinalFileSize
instance.FinalFileSize = value
public Nullable<long> FinalFileSize { get; set; }
Property value
Type: System.Nullable<Int64>