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,
	int pageIndex,
	int pageSize,
	out int totalRecords
)
Visual Basic
Public Function FindRolesByProfileAttributeValue ( 
	attribute As VGRoleProfileAttribute,
	attributeValueToMatchFrom As Object,
	attributeValueToMatchTo As Object,
	pageIndex As Integer,
	pageSize As Integer,
	<OutAttribute> ByRef totalRecords As Integer
) As List(Of VGRole)

Parameters

attribute
Type: Novalys.VisualGuard.Security.Membership..::..VGRoleProfileAttribute
attributeValueToMatchFrom
Type: System..::..Object
attributeValueToMatchTo
Type: System..::..Object
pageIndex
Type: System..::..Int32
pageSize
Type: System..::..Int32
totalRecords
Type: System..::..Int32%

Return Value

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

See Also