AppLifecycleReporter Property

Com.MarcusTS.LifecycleAware

ViewModelWithLifecycle..::..AppLifecycleReporter Property

Gets or sets the application lifecycle reporter.

Namespace:  Com.MarcusTS.LifecycleAware.ViewModels
Assembly:  Com.MarcusTS.LifecycleAware (in Com.MarcusTS.LifecycleAware.dll)

Syntax


public IReportAppLifecycle AppLifecycleReporter { get; set; }
Public Property AppLifecycleReporter As IReportAppLifecycle
	Get
	Set
public:
property IReportAppLifecycle^ AppLifecycleReporter {
	IReportAppLifecycle^ get ();
	void set (IReportAppLifecycle^ value);
}

Field Value

The application lifecycle reporter.