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