ScheduledDisposable.Disposable Property

Namespace:  Microsoft.Phone.Reactive
Assembly:  Microsoft.Phone.Reactive (in Microsoft.Phone.Reactive.dll)

Syntax

'Declaration
Public Property Disposable As IDisposable
public IDisposable Disposable { get; private set; }
public:
property IDisposable^ Disposable {
    IDisposable^ get ();
    private: void set (IDisposable^ value);
}
member Disposable : IDisposable with get, private set

Property Value

Type: System.IDisposable

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

ScheduledDisposable Class

Microsoft.Phone.Reactive Namespace