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

Parameters

profileAttributeId
Type: System..::..Guid
attributeValueToMatchFrom
Type: System..::..Object
attributeValueToMatchTo
Type: System..::..Object

Return Value

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

See Also