SPSiteInfoUsageEntry.DocumentCount property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property DocumentCount As Nullable(Of Integer)
Get
Set
'Usage
Dim instance As SPSiteInfoUsageEntry
Dim value As Nullable(Of Integer)
value = instance.DocumentCount
instance.DocumentCount = value
public Nullable<int> DocumentCount { get; set; }
Property value
Type: System.Nullable<Int32>