ManagedProperty.ID Property

Gets the unique ID of a managed property in the search schema.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public ReadOnly Property ID As String
    Get
'Usage
Dim instance As ManagedProperty
Dim value As String

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

Property Value

Type: System.String
A string containing the managed property ID.

See Also

Reference

ManagedProperty Class

ManagedProperty Members

Microsoft.Office.Server.Search.Administration Namespace