CrawledProperty.SchemaId property

Gets the internal schema id of the owner of this crawled property.

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

Syntax

'Declaration
Public ReadOnly Property SchemaId As Integer
    Get
'Usage
Dim instance As CrawledProperty
Dim value As Integer

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

Property value

Type: System.Int32

Exceptions

Exception Condition
InvalidOperationException

If this object is not backed.

See also

Reference

CrawledProperty class

CrawledProperty members

Microsoft.Office.Server.Search.Administration namespace