SourceGroup.HoldId property

Gets the hold ID used by this SourceGroup object.

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

Syntax

'Declaration
Public ReadOnly Property HoldId As Guid
    Get
'Usage
Dim instance As SourceGroup
Dim value As Guid

value = instance.HoldId
public Guid HoldId { get; }

Property value

Type: System.Guid
The hold ID used by this SourceGroup object.

See also

Reference

SourceGroup class

SourceGroup members

Microsoft.Office.Server.Discovery namespace