Sets profileattribute Value by attributeId

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(
	Guid attributeId,
	Object value
)
Visual Basic
Public Sub SetValue ( 
	attributeId As Guid,
	value As Object
)

Parameters

attributeId
Type: System..::..Guid
profileAttributeId
value
Type: System..::..Object
value

See Also