Click or drag to resize

VGMembershipInstanceFindUsersByProfileAttributeValue Method (VGProfileAttribute, Object, Object)

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
)

Parameters

attribute
Type: Novalys.VisualGuard.Security.MembershipVGProfileAttribute
attributeValueToMatchFrom
Type: SystemObject
attributeValueToMatchTo
Type: SystemObject

Return Value

Type: VGMembershipUserCollection
See Also