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(
	Guid profileAttributeId,
	Object attributeValueToMatch
)
Visual Basic
Public Function FindUsersByProfileAttributeValue ( 
	profileAttributeId As Guid,
	attributeValueToMatch As Object
) As VGMembershipUserCollection

Parameters

profileAttributeId
Type: System..::..Guid
attributeValueToMatch
Type: System..::..Object

Return Value

Type: VGMembershipUserCollection

See Also