Compartir a través de


del método PropertyCollection.RemovePropertyByURI

NOTA: esta API está ahora obsoleta.

Quita la propiedad de la base de datos de perfil de usuario por el URI de la propiedad.

Espacio de nombres:  Microsoft.Office.Server.UserProfiles
Ensamblado:  Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)

Sintaxis

'Declaración
<ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager.")> _
Public Sub RemovePropertyByURI ( _
    strPropURI As String _
)
'Uso
Dim instance As PropertyCollection
Dim strPropURI As String

instance.RemovePropertyByURI(strPropURI)
[ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager.")]
public void RemovePropertyByURI(
    string strPropURI
)

Parámetros

  • strPropURI
    Tipo: System.String

    El URI de la propiedad que se quitará de la base de datos de perfil de usuario.

Vea también

Referencia

clase PropertyCollection

Miembros PropertyCollection

Espacio de nombres Microsoft.Office.Server.UserProfiles