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

Parameters

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

Type Parameters

T

See Also