'DeclarationPublic Overloads Sub Delete( _ ByVal comment As System.String _ )
'UsageDim instance As Entry Dim comment As System.String instance.Delete(comment)
public void Delete( System.string comment )
Parameters
- comment
- A comment to be added to the audit trail for the entry.