Namespace: Novalys.VisualGuard.Security.Membership
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public VGMembershipUserCollection FindUsersByProfileAttributeValue(
	VGProfileAttribute attribute,
	Object attributeValueToMatch,
	int pageIndex,
	int pageSize,
	out int totalRecords
)
Visual Basic
Public Function FindUsersByProfileAttributeValue ( 
	attribute As VGProfileAttribute,
	attributeValueToMatch As Object,
	pageIndex As Integer,
	pageSize As Integer,
	<OutAttribute> ByRef totalRecords As Integer
) As VGMembershipUserCollection

Parameters

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

Return Value

Type: VGMembershipUserCollection

See Also