JAMS 6.x Help
DefaultDate Property (Setup)


Gets or sets the DefaultDate property, which specifies the default submit date to use when this Setup is manually submitted.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Submit Times")>
<System.ComponentModel.DescriptionAttribute("A natural language date specification used to determine the default scheduled date when this setup is manually submitted.")>
<System.ComponentModel.DefaultValueAttribute()>
Public Property DefaultDate As System.String
'Usage
 
Dim instance As Setup
Dim value As System.String
 
instance.DefaultDate = value
 
value = instance.DefaultDate
[System.ComponentModel.Category("Submit Times")]
[System.ComponentModel.Description("A natural language date specification used to determine the default scheduled date when this setup is manually submitted.")]
[System.ComponentModel.DefaultValue()]
public System.string DefaultDate {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

Setup Class
Setup Members