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