del método ProfileSubtypePropertyManager.SetDisplayOrderByPropertyName
Establece el orden de presentación de la propiedad con el nombre especificado.
Espacio de nombres: Microsoft.Office.Server.UserProfiles
Ensamblado: Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)
Sintaxis
'Declaración
Public Sub SetDisplayOrderByPropertyName ( _
propertyName As String, _
displayOrder As Integer _
)
'Uso
Dim instance As ProfileSubtypePropertyManager
Dim propertyName As String
Dim displayOrder As Integer
instance.SetDisplayOrderByPropertyName(propertyName, _
displayOrder)
public void SetDisplayOrderByPropertyName(
string propertyName,
int displayOrder
)
Parámetros
- propertyName
Tipo: System.String
- displayOrder
Tipo: System.Int32
Vea también
Referencia
clase ProfileSubtypePropertyManager