Case.SourceGroups property

Gets all source groups in this eDiscovery case.

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

Syntax

'Declaration
Public ReadOnly Property SourceGroups As SourceGroupCollection
    Get
'Usage
Dim instance As Case
Dim value As SourceGroupCollection

value = instance.SourceGroups
public SourceGroupCollection SourceGroups { get; }

Property value

Type: Microsoft.Office.Server.Discovery.SourceGroupCollection
All source groups in this eDiscovery case.

See also

Reference

Case class

Case members

Microsoft.Office.Server.Discovery namespace