Sets user profile value for particular contextual group by propertyname.

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 SetValue<T>(
	VGGroup group,
	string propertyName,
	T propertyValue
)
Visual Basic
Public Sub SetValue(Of T) ( 
	group As VGGroup,
	propertyName As String,
	propertyValue As T
)

Parameters

group
Type: Novalys.VisualGuard.Security.Membership..::..VGGroup
Contextual vggroup for which you want to set user profile value.
propertyName
Type: System..::..String
propertyName of attribute
propertyValue
Type: T
propertyValue

Type Parameters

T

See Also