ULSLogEntry.Level property
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Level As String
Get
Set
'Usage
Dim instance As ULSLogEntry
Dim value As String
value = instance.Level
instance.Level = value
[DataMemberAttribute]
public string Level { get; set; }
Property value
Type: System.String