del método PropertyBaseManager<T>.RemovePropertyByURI
Quita la propiedad de perfil 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 RemovePropertyByURI ( _
propertyURI As String _
)
'Uso
Dim instance As PropertyBaseManager
Dim propertyURI As String
instance.RemovePropertyByURI(propertyURI)
public void RemovePropertyByURI(
string propertyURI
)
Parámetros
- propertyURI
Tipo: System.String