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 void SupportedSetProfileAttributeValue(
	string moduleName,
	List<VGProfileAttribute> attributes
)
Visual Basic
Public Sub SupportedSetProfileAttributeValue ( 
	moduleName As String,
	attributes As List(Of VGProfileAttribute)
)

Parameters

moduleName
Type: System..::..String
Identity Module Name
attributes
Type: System.Collections.Generic..::..List<(Of <(<'VGProfileAttribute>)>)>
List of VGProfileAttribute

Return Value

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

See Also