Deletes a specific user.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Overridable Sub DeleteUser( _
ByVal username As String, _
ByVal As String _
) |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As DICOMService
Dim username As String
Dim extraData As String
instance.DeleteUser(username, extraData) |
Parameters
- username
- A System.String representing the user name to delete.
- extraData
- User custom data.
Requirements
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also