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