IMixedRealityServiceState.IsMarkedDestroyed 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.
Indicates whether or not the Destroy method been called on this service.
public:
property bool IsMarkedDestroyed { bool get(); };
public bool IsMarkedDestroyed { get; }
member this.IsMarkedDestroyed : bool
Public ReadOnly Property IsMarkedDestroyed As Boolean