SearchAndProcessItem.AssemblyName Property
Gets or sets the name of the assembly that contains the class which implements the IProcess interface. This class is used to process each item returned by the search.
Namespace: Microsoft.Office.RecordsManagement.SearchAndProcess
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Property AssemblyName As String
Get
Set
'Usage
Dim instance As SearchAndProcessItem
Dim value As String
value = instance.AssemblyName
instance.AssemblyName = value
public string AssemblyName { get; set; }
Property Value
Type: System.String
A string that represents the fully qualified name of the assembly.
Remarks
Use the ClassName property to return the name of the assembly to call to process each item returned by the search.
For more information about using the SearchAndProcessItem class to perform a custom search and process operation, see Search and Process Development Process.
See Also
Reference
Microsoft.Office.RecordsManagement.SearchAndProcess Namespace