PropertyBaseManager<T>.Remove Method (T)

Removes the specified property from the database.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Protected Sub Remove ( _
    property As T _
)
'Usage
Dim property As T

Me.Remove(property)
protected void Remove(
    T property
)

Parameters

  • property
    Type: T

See Also

Reference

PropertyBaseManager<T> Class

PropertyBaseManager<T> Members

Remove Overload

Microsoft.Office.Server.UserProfiles Namespace