CorePropertyManager.OrderCompare method

This member overrides PropertyBaseManager<T>.OrderCompare(T, T).

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Protected Overrides Function OrderCompare ( _
    propertyA As CoreProperty, _
    propertyB As CoreProperty _
) As Integer
'Usage
Dim propertyA As CoreProperty
Dim propertyB As CoreProperty
Dim returnValue As Integer

returnValue = Me.OrderCompare(propertyA, _
    propertyB)
protected override int OrderCompare(
    CoreProperty propertyA,
    CoreProperty propertyB
)

Parameters

Return value

Type: System.Int32

See also

Reference

CorePropertyManager class

CorePropertyManager members

Microsoft.Office.Server.UserProfiles namespace