Click or drag to resize

VGMembershipInstanceFindUsersByProfileAttributeValue Method (VGProfileAttribute, 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 attributeValueToMatch
)

Parameters

attribute
Type: Novalys.VisualGuard.Security.MembershipVGProfileAttribute
attributeValueToMatch
Type: SystemObject

Return Value

Type: VGMembershipUserCollection
See Also