Share via


LogFileEntry.Level property

The level or severity of the log file entry.

Namespace:  Microsoft.SharePoint.Diagnostics
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Level As String
    Get
    Set
'Usage
Dim instance As LogFileEntry
Dim value As String

value = instance.Level

instance.Level = value
public string Level { get; set; }

Property value

Type: System.String
Returns String.

See also

Reference

LogFileEntry class

LogFileEntry members

Microsoft.SharePoint.Diagnostics namespace