JAMS 6.x Help
EditClassName Property


Gets or sets name of the class that is called to edit the source for a job that uses this execution method. This class must implement the MVPSI.JAMSExtensions.IEditJobSOurce interface.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property EditClassName As System.String
'Usage
 
Dim instance As Method
Dim value As System.String
 
instance.EditClassName = value
 
value = instance.EditClassName
[System.ComponentModel.DefaultValue()]
public System.string EditClassName {get; set;}
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