Gets 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 T GetValue<T>(
	Guid attributeId
)
Visual Basic
Public Function GetValue(Of T) ( 
	attributeId As Guid
) As T

Parameters

attributeId
Type: System..::..Guid
attributeId

Type Parameters

T

Return Value

Type: T
profileattribute Value

See Also