Mapping.MappingOrder property

Gets or sets the mapping order of the mapping.

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

Syntax

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

value = instance.MappingOrder

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

Property value

Type: System.Int32

See also

Reference

Mapping class

Mapping members

Microsoft.Office.Server.Search.Administration namespace