Share via


JobReportBase.ContentSize property

Gets the size of the content.

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

Syntax

'Declaration
Public Property ContentSize As Long
    Get
    Set
'Usage
Dim instance As JobReportBase
Dim value As Long

value = instance.ContentSize

instance.ContentSize = value
public long ContentSize { get; set; }

Property value

Type: System.Int64

Remarks

This property returns either the compressed or uncompressed size of the content, depending on whether the P:Microsoft.SharePoint.Publishing.Administration.JobReportBase.UseCompression property is set.

See also

Reference

JobReportBase class

JobReportBase members

Microsoft.SharePoint.Publishing.Administration namespace

JobReportBase