PrinterDiscoverySession.IsDestroyed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether the session is destroyed.
public bool IsDestroyed { [Android.Runtime.Register("isDestroyed", "()Z", "")] get; }
[<get: Android.Runtime.Register("isDestroyed", "()Z", "")>]
member this.IsDestroyed : bool
Property Value
Whether the session is destroyed.
- Attributes
Remarks
Gets whether the session is destroyed.
Java documentation for android.printservice.PrinterDiscoverySession.isDestroyed()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.