ArcObjects Library Reference (Server)  

IUserStore.DeleteUser Method

Deletes a user account from the user store.

[Visual Basic .NET]
Public Sub DeleteUser ( _
    ByVal UserName As String _
)
[C#]
public void DeleteUser (
    string UserName
);
[C++]
HRESULT DeleteUser(
  BSTR UserName
);
[C++]

Parameters

UserName [in]   UserName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IUserStore Interface