Removes a property definition from the collection

Namespace: DotNetNuke.Entities.Profile
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public void Remove(
	ProfilePropertyDefinition value
)
Visual Basic
Public Sub Remove ( 
	value As ProfilePropertyDefinition
)

Parameters

value
Type: DotNetNuke.Entities.Profile..::..ProfilePropertyDefinition
The ProfilePropertyDefinition object to remove

See Also