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<VGGroup> FindGroupsByProfileAttributeValue(
	VGGroupProfileAttribute attribute,
	Object attributeValueToMatch,
	int pageIndex,
	int pageSize,
	out int totalRecords
)
Visual Basic
Public Function FindGroupsByProfileAttributeValue ( 
	attribute As VGGroupProfileAttribute,
	attributeValueToMatch As Object,
	pageIndex As Integer,
	pageSize As Integer,
	<OutAttribute> ByRef totalRecords As Integer
) As List(Of VGGroup)

Parameters

attribute
Type: Novalys.VisualGuard.Security.Membership..::..VGGroupProfileAttribute
attributeValueToMatch
Type: System..::..Object
pageIndex
Type: System..::..Int32
pageSize
Type: System..::..Int32
totalRecords
Type: System..::..Int32%

Return Value

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

See Also