UtilUserAccountDelete Method
Deletes an user account in the current machine context.
Namespace: DevCase.Core.Windows.UsersAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void Delete(
string username
)
Public Shared Sub Delete (
username As String
)
Dim username As String
UtilUserAccount.Delete(username)
public:
static void Delete(
String^ username
)
static member Delete :
username : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- username String
-
The user name of the user-account to delete.
This is a code example.
No code example is currently available or this language may not be supported.
UserAccounts.Delete(username:="User name")
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.