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