| IAdditionalApplicationReleaseDate Property |
Gets or sets a value specifying the Release Date of the Additional Application.
Namespace: Unbroken.LaunchBox.Plugins.DataAssembly: Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
Syntax DateTime? ReleaseDate { get; set; }
Property ReleaseDate As DateTime?
Get
Set
property Nullable<DateTime> ReleaseDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
abstract ReleaseDate : Nullable<DateTime> with get, set
Property Value
NullableDateTimeSee Also