Click or drag to resize

VGRolesInstanceFindRolesByProfileAttributeValue Method (VGRoleProfileAttribute, Object)

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 List<VGRole> FindRolesByProfileAttributeValue(
	VGRoleProfileAttribute attribute,
	Object attributeValueToMatch
)

Parameters

attribute
Type: Novalys.VisualGuard.Security.MembershipVGRoleProfileAttribute
attributeValueToMatch
Type: SystemObject

Return Value

Type: ListVGRole
See Also