This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IU > IUserStore Interface > IUserStore.DeleteUser Method (ArcObjects .NET 10.5 SDK) |
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