Share via


SavedSearch.CanonicalId property

Gets the canonical ID for the SavedSearch 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 SavedSearch
Dim value As String

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

Property value

Type: System.String
The canonical ID for the SavedSearch object.

Remarks

This property is used by the client API.

See also

Reference

SavedSearch class

SavedSearch members

Microsoft.Office.Server.Discovery namespace