Share via


AuditLog.Level property

Namespace:  Microsoft.Web.Hosting.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<DataMemberAttribute(IsRequired := False)> _
Public Property Level As Integer
    Get
    Set
'Usage
Dim instance As AuditLog
Dim value As Integer

value = instance.Level

instance.Level = value
[DataMemberAttribute(IsRequired = false)]
public int Level { get; set; }

Property value

Type: System.Int32

See also

Reference

AuditLog class

AuditLog members

Microsoft.Web.Hosting.Administration namespace