Click or drag to resize

VGProfileValueCollectionExtendedSetValue Method (String, Object)

Sets user profile value by property Name.

Namespace:  Novalys.VisualGuard.Security.UserProfile
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public void SetValue(
	string propertyName,
	Object propertyValue
)

Parameters

propertyName
Type: SystemString
property Name
propertyValue
Type: SystemObject
propertyValue to set
See Also