|  | IAdditionalApplicationLastPlayed Property | 
            Gets or sets a value specifying when the Additional Application was last played.
            
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
SyntaxDateTime? LastPlayed { get; set; }Property LastPlayed As DateTime?
	Get
	Set
property Nullable<DateTime> LastPlayed {
	Nullable<DateTime> get ();
	void set (Nullable<DateTime> value);
}abstract LastPlayed : Nullable<DateTime> with get, set
Property Value
NullableDateTime See Also
See Also