Deletes 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 void DeleteProfileAttribute(
	VGApplication application,
	VGApplicationProfileAttribute attribute
)
Visual Basic
Public Sub DeleteProfileAttribute ( 
	application As VGApplication,
	attribute As VGApplicationProfileAttribute
)

Parameters

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

See Also