Update application's profile value.

Namespace: Novalys.VisualGuard.Security.Membership
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2017.0.101.17 (2017.0.101.17)

Syntax

C#
public void UpdateProfileValue(
	VGApplication application,
	string propertyName,
	string propertyValue
)
Visual Basic
Public Sub UpdateProfileValue ( 
	application As VGApplication,
	propertyName As String,
	propertyValue As String
)

Parameters

application
Type: Novalys.VisualGuard.Security.Membership..::..VGApplication
Application for which you want to update profile values
propertyName
Type: System..::..String
property name of attribute
propertyValue
Type: System..::..String
property value

See Also