Click or drag to resize

VGProfileValueCollectionExtendedSetValueT Method (VGGroup, String, T)

Sets user profile value for particular contextual group by propertyname.

Namespace:  Novalys.VisualGuard.Security.UserProfile
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public void SetValue<T>(
	VGGroup group,
	string propertyName,
	T propertyValue
)

Parameters

group
Type: Novalys.VisualGuard.Security.MembershipVGGroup
Contextual vggroup for which you want to set user profile value.
propertyName
Type: SystemString
propertyName of attribute
propertyValue
Type: T
propertyValue

Type Parameters

T
See Also