Case.CreateCustodian method

Creates a new Custodian object in the eDiscovery case.

Namespace:  Microsoft.Office.Server.Discovery
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public Function CreateCustodian As Custodian
'Usage
Dim instance As Case
Dim returnValue As Custodian

returnValue = instance.CreateCustodian()
public Custodian CreateCustodian()

Return value

Type: Microsoft.Office.Server.Discovery.Custodian
A new Custodian object.

Remarks

The Custodian object is not added until Update() is called.

See also

Reference

Case class

Case members

Microsoft.Office.Server.Discovery namespace