IsolatedWindowsEnvironmentStartProcessResult.Status 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.
Deprecated. Queries the status of process execution in the Isolated Windows Environment.
public:
property IsolatedWindowsEnvironmentStartProcessStatus Status { IsolatedWindowsEnvironmentStartProcessStatus get(); };
IsolatedWindowsEnvironmentStartProcessStatus Status();
/// [get: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentStartProcessResult is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
IsolatedWindowsEnvironmentStartProcessStatus Status();
public IsolatedWindowsEnvironmentStartProcessStatus Status { get; }
public IsolatedWindowsEnvironmentStartProcessStatus Status { [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentStartProcessResult is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")] get; }
var isolatedWindowsEnvironmentStartProcessStatus = isolatedWindowsEnvironmentStartProcessResult.status;
Public ReadOnly Property Status As IsolatedWindowsEnvironmentStartProcessStatus
Property Value
String
- Attributes
Remarks
Warning
This is a deprecated API.