Gets and sets the Id of the ProfilePropertyDefinition

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

Syntax

C#
[BrowsableAttribute(false)]
[XmlIgnoreAttribute]
public int PropertyDefinitionId { get; set; }
Visual Basic
<BrowsableAttribute(false)> 
<XmlIgnoreAttribute> 
Public Property PropertyDefinitionId As Integer
	Get
	Set

See Also