Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deserializes the SearchAndProcessItem object.
Namespace: Microsoft.Office.RecordsManagement.SearchAndProcess
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Shared Function Deserialize ( _
strSerialization As String _
) As SearchAndProcessItem
'Usage
Dim strSerialization As String
Dim returnValue As SearchAndProcessItem
returnValue = SearchAndProcessItem.Deserialize(strSerialization)
public static SearchAndProcessItem Deserialize(
string strSerialization
)
Parameters
strSerialization
Type: System.StringThe deserialized SearchAndProcessItem object.
Return Value
Type: Microsoft.Office.RecordsManagement.SearchAndProcess.SearchAndProcessItem
A string that represents the deserialized SearchAndProcessItem object.
See Also
Reference
Microsoft.Office.RecordsManagement.SearchAndProcess Namespace