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 List<VGRole> FindRolesByProfileAttributeValue(
	VGRoleProfileAttribute attribute,
	Object attributeValueToMatchFrom,
	Object attributeValueToMatchTo
)
Visual Basic
Public Function FindRolesByProfileAttributeValue ( 
	attribute As VGRoleProfileAttribute,
	attributeValueToMatchFrom As Object,
	attributeValueToMatchTo As Object
) As List(Of VGRole)

Parameters

attribute
Type: Novalys.VisualGuard.Security.Membership..::..VGRoleProfileAttribute
attributeValueToMatchFrom
Type: System..::..Object
attributeValueToMatchTo
Type: System..::..Object

Return Value

Type: List<(Of <(<'VGRole>)>)>

See Also