Delete 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 String representing the user name to delete.
- extraData
-
User custom data.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
See Also