'DeclarationPublic Function Delete( _ ByVal securityId As String _ ) As Boolean
'UsageDim instance As MemoryNameAndPasswordUserManager Dim securityId As String Dim value As Boolean value = instance.Delete(securityId)
public bool Delete( string securityId )
public: bool Delete( String^ securityId )
Parameters
- securityId
- The security ID of the user to delete.
The value of this parameter cannot be
null(Nothingin Visual Basic).
Return Value
true if the user was deleted successfully; otherwise, false.