Case.CanonicalId property

Gets a string that represents the canonical ID that is used by the client API.

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 Case
Dim value As String

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

Property value

Type: System.String
A string that represents the canonical ID that is used by the client API.

See also

Reference

Case class

Case members

Microsoft.Office.Server.Discovery namespace