JAMS Developer Guide
Delete(String) Method


MVPSI.JAMS Namespace > Method Class > Delete Method : Delete(String) Method
Delete the Method definition.
Syntax
'Declaration
 
Public Overloads Function Delete( _
   Optional ByVal changeComment As System.String _
) As ValidationLog
'Usage
 
Dim instance As Method
Dim changeComment As System.String
Dim value As ValidationLog
 
value = instance.Delete(changeComment)
public ValidationLog Delete( 
   System.string changeComment
)

Parameters

changeComment
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Method Class
Method Members
Overload List