SPSqlExceptionsUsageEntry.ProcessName property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ProcessName As String
Get
Set
'Usage
Dim instance As SPSqlExceptionsUsageEntry
Dim value As String
value = instance.ProcessName
instance.ProcessName = value
public string ProcessName { get; set; }
Property value
Type: System.String
See also
Reference
SPSqlExceptionsUsageEntry class