Gets and sets the Value of the Profile Property
Namespace: DotNetNuke.Entities.ProfileAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
[BrowsableAttribute(false)] [XmlIgnoreAttribute] public string PropertyValue { get; set; } |
| Visual Basic |
|---|
<BrowsableAttribute(false)> <XmlIgnoreAttribute> Public Property PropertyValue As String Get Set |