Share via


MappingInfo.MappingOrder property

Gets or sets the mapping order of this mapping.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property MappingOrder As Integer
    Get
    Set
'Usage
Dim instance As MappingInfo
Dim value As Integer

value = instance.MappingOrder

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

Property value

Type: System.Int32

See also

Reference

MappingInfo class

MappingInfo members

Microsoft.Office.Server.Search.Administration namespace