Updates application profile attribute

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 VGApplicationProfileAttribute UpdateProfileAttribute(
	VGApplication application,
	VGApplicationProfileAttribute updatedAttribute
)
Visual Basic
Public Function UpdateProfileAttribute ( 
	application As VGApplication,
	updatedAttribute As VGApplicationProfileAttribute
) As VGApplicationProfileAttribute

Parameters

application
Type: Novalys.VisualGuard.Security.Membership..::..VGApplication
application for which you want to update profile attribute
updatedAttribute
Type: Novalys.VisualGuard.Security.Membership..::..VGApplicationProfileAttribute
updated attribute

Return Value

Type: VGApplicationProfileAttribute
updated attribute

See Also