SearchAndProcessItem.DisplayName Property
Gets or sets the name displayed on the e-mail report for this search and process job.
Namespace: Microsoft.Office.RecordsManagement.SearchAndProcess
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Property DisplayName As String
Get
Set
'Usage
Dim instance As SearchAndProcessItem
Dim value As String
value = instance.DisplayName
instance.DisplayName = value
public string DisplayName { get; set; }
Property Value
Type: System.String
A string that represents the name displayed on the e-mail report for this search and process job.
See Also
Reference
Microsoft.Office.RecordsManagement.SearchAndProcess Namespace