Mapping.SchemaId property

Gets or sets the internal schema id of the owner of this mapping.

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

Syntax

'Declaration
Public Property SchemaId As Integer
    Get
    Set
'Usage
Dim instance As Mapping
Dim value As Integer

value = instance.SchemaId

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

Property value

Type: System.Int32

See also

Reference

Mapping class

Mapping members

Microsoft.Office.Server.Search.Administration namespace