Nota
O acesso a esta página requer autorização. Pode tentar iniciar sessão ou alterar os diretórios.
O acesso a esta página requer autorização. Pode tentar alterar os diretórios.
Gets or sets the name of the class that 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 ClassName As String
Get
Set
'Usage
Dim instance As SearchAndProcessItem
Dim value As String
value = instance.ClassName
instance.ClassName = value
public string ClassName { get; set; }
Property Value
Type: System.String
A string that represents the name of the class in the assembly.
Remarks
The specified class must exist in the specified assembly name.
See Also
Reference
Microsoft.Office.RecordsManagement.SearchAndProcess Namespace