If the user can set the profileattribute's value

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

Syntax

C#
public bool SupportedSetProfileAttributeValue(
	string moduleName,
	VGProfileAttribute attribute
)
Visual Basic
Public Function SupportedSetProfileAttributeValue ( 
	moduleName As String,
	attribute As VGProfileAttribute
) As Boolean

Parameters

moduleName
Type: System..::..String
Identity Module Name
attribute
Type: Novalys.VisualGuard.Security.Membership..::..VGProfileAttribute
VGProfileAttribute

Return Value

Type: Boolean
True If user can set the profileattribute's value else returns false.

See Also