JAMS Developer Guide
ResubmitEnd Property


MVPSI.JAMS Namespace > Resubmit Class : ResubmitEnd Property
Gets or sets the time when the resubmitting should stop
Syntax
'Declaration
 
Public Property ResubmitEnd As TimeOfDay
'Usage
 
Dim instance As Resubmit
Dim value As TimeOfDay
 
instance.ResubmitEnd = value
 
value = instance.ResubmitEnd
public TimeOfDay ResubmitEnd {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

Resubmit Class
Resubmit Members