Custodian.CanonicalId property

Gets the canonical ID of the Custodian object.

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

Syntax

'Declaration
Public ReadOnly Property CanonicalId As String
    Get
'Usage
Dim instance As Custodian
Dim value As String

value = instance.CanonicalId
public string CanonicalId { get; }

Property value

Type: System.String
The canonical ID of the Custodian object.

Remarks

This property is used by the client API.

See also

Reference

Custodian class

Custodian members

Microsoft.Office.Server.Discovery namespace