ClientRoleProvider::AddUsersToRoles Method (array<String^>^, array<String^>^)

 

This method is not used by this class.

Namespace:   System.Web.ClientServices.Providers
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public:
virtual void AddUsersToRoles(
	array<String^>^ usernames,
	array<String^>^ roleNames
) override

Parameters

usernames
Type: array<System::String^>^

Not used.

roleNames
Type: array<System::String^>^

Not used.

Exception Condition
NotSupportedException

Always thrown.

.NET Framework
Available since 3.5
Return to top
Show: