Click or drag to resize

VGRolesInstanceGetProfileAttributeByName Method

Gets profile attribute by attribute name.

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public VGRoleProfileAttribute GetProfileAttributeByName(
	string attributeName
)

Parameters

attributeName
Type: SystemString
attribute name

Return Value

Type: VGRoleProfileAttribute
VGRoleProfileAttribute
See Also