Gets profileAttribute Value by propertyName

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>(
	string propertyName
)
Visual Basic
Public Function GetValue(Of T) ( 
	propertyName As String
) As T

Parameters

propertyName
Type: System..::..String
propertyName

Type Parameters

T

Return Value

Type: T
Value for attribute

See Also