Updates a Property Defintion in the Data Store

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

Syntax

C#
public static void UpdatePropertyDefinition(
	ProfilePropertyDefinition definition
)
Visual Basic
Public Shared Sub UpdatePropertyDefinition ( 
	definition As ProfilePropertyDefinition
)

Parameters

definition
Type: DotNetNuke.Entities.Profile..::..ProfilePropertyDefinition
The ProfilePropertyDefinition object to update

See Also