Visual Guard Class Library Documentation

VGMembershipInstance.FindUsersByName Method

Gets a collection of membership users where the user name contains the specified user name to match.

Overload List

Gets a collection of membership users where the user name contains the specified user name to match.

public VGMembershipUserCollection FindUsersByName(String);

Gets a collection of membership users where the user name contains the specified user name to match.

public VGMembershipUserCollection FindUsersByName(String,Int32,Int32,out Int32&);

See Also

VGMembershipInstance Class | Novalys.VisualGuard.Security.Membership Namespace