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

Parameters

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

Return Value

Type: Object
Value for attribute

See Also