Click or drag to resize

VGProfileValueCollectionExtendedSetValue Method (Guid, Object)

Sets user profile value by property Id

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(
	Guid propertyId,
	Object propertyValue
)

Parameters

propertyId
Type: SystemGuid
property Id
propertyValue
Type: SystemObject
propertyValue to set
See Also