Sets a Profile Property Value in the Profile
Namespace: DotNetNuke.Entities.UsersAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public void SetProfileProperty( string propName, string propValue ) |
Visual Basic |
---|
Public Sub SetProfileProperty ( propName As String, propValue As String ) |
Parameters
- propName
- Type: System..::..String
The name of the propoerty to set.
- propValue
- Type: System..::..String
The value of the propoerty to set.