SourceGroup.Sources_Client property

Gets a list of sources in this SourceGroup object.

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

Syntax

'Declaration
Public ReadOnly Property Sources_Client As SourceCollection
    Get
'Usage
Dim instance As SourceGroup
Dim value As SourceCollection

value = instance.Sources_Client
public SourceCollection Sources_Client { get; }

Property value

Type: Microsoft.Office.Server.Discovery.SourceCollection
A list of sources.

See also

Reference

SourceGroup class

SourceGroup members

Microsoft.Office.Server.Discovery namespace