Custodian.Id property

Gets the ID of the list item for the Custodian object.

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

Syntax

'Declaration
Public ReadOnly Property Id As Integer
    Get
'Usage
Dim instance As Custodian
Dim value As Integer

value = instance.Id
public int Id { get; }

Property value

Type: System.Int32
The ID of the list item for the Custodian object.

See also

Reference

Custodian class

Custodian members

Microsoft.Office.Server.Discovery namespace