SearchAndProcessItem.AssemblyName Property
Gets or sets the name of the assembly that contains the class which implements the IProcess interface.
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.
This class is used to process each item returned by the search.
See Also
Reference
Microsoft.Office.RecordsManagement.SearchAndProcess Namespace