ContentDeploymentConfiguration.DefaultReportsPerJob Property
Gets or sets the value that determines the number of reports to retain for the content deployment jobs.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property DefaultReportsPerJob As UInteger
Get
Set
'Usage
Dim instance As ContentDeploymentConfiguration
Dim value As UInteger
value = instance.DefaultReportsPerJob
instance.DefaultReportsPerJob = value
public uint DefaultReportsPerJob { get; set; }
Property Value
Type: System.UInt32
See Also
Reference
ContentDeploymentConfiguration Class
ContentDeploymentConfiguration Members