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