Click or drag to resize

VGMembershipInstanceFindUsersByProfileAttributeValue Method (VGProfileAttribute, Object, Object, Int32, Int32, Int32)

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public VGMembershipUserCollection FindUsersByProfileAttributeValue(
	VGProfileAttribute attribute,
	Object attributeValueToMatchFrom,
	Object attributeValueToMatchTo,
	int pageIndex,
	int pageSize,
	out int totalRecords
)

Parameters

attribute
Type: Novalys.VisualGuard.Security.MembershipVGProfileAttribute
attributeValueToMatchFrom
Type: SystemObject
attributeValueToMatchTo
Type: SystemObject
pageIndex
Type: SystemInt32
pageSize
Type: SystemInt32
totalRecords
Type: SystemInt32

Return Value

Type: VGMembershipUserCollection
See Also