DefaultProfileProvider.DeleteProfiles Method (String[])

Deletes the specified profiles.

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

Syntax

'Declaration
Public Overrides Function DeleteProfiles ( _
    usernames As String() _
) As Integer
'Usage
Dim instance As DefaultProfileProvider 
Dim usernames As String()
Dim returnValue As Integer 

returnValue = instance.DeleteProfiles(usernames)
public override int DeleteProfiles(
    string[] usernames
)
public:
virtual int DeleteProfiles(
    array<String^>^ usernames
) override
abstract DeleteProfiles : 
        usernames:string[] -> int  
override DeleteProfiles : 
        usernames:string[] -> int
public override function DeleteProfiles(
    usernames : String[]
) : int

Parameters

Return Value

Type: System.Int32
The deleted profiles.

See Also

Reference

DefaultProfileProvider Class

DeleteProfiles Overload

System.Web.Providers Namespace

Other Resources

ASP.NET Identity