Creates profile attribute for application.

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 CreateProfileAttribute(
	VGApplication application,
	string propertyName
)
Visual Basic
Public Function CreateProfileAttribute ( 
	application As VGApplication,
	propertyName As String
) As VGApplicationProfileAttribute

Parameters

application
Type: Novalys.VisualGuard.Security.Membership..::..VGApplication
application for which you want to create profile attribute
propertyName
Type: System..::..String
propertyname of attribute

Return Value

Type: VGApplicationProfileAttribute
newly created profile attribute

See Also