IsolatedWindowsEnvironmentShareFileResult.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. Calls the IsolatedWindowsEnvironmentShareFileStatus.
public:
property IsolatedWindowsEnvironmentShareFileStatus Status { IsolatedWindowsEnvironmentShareFileStatus get(); };
IsolatedWindowsEnvironmentShareFileStatus Status();
/// [get: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentShareFileResult is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
IsolatedWindowsEnvironmentShareFileStatus Status();
public IsolatedWindowsEnvironmentShareFileStatus Status { get; }
public IsolatedWindowsEnvironmentShareFileStatus Status { [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentShareFileResult 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 isolatedWindowsEnvironmentShareFileStatus = isolatedWindowsEnvironmentShareFileResult.status;
Public ReadOnly Property Status As IsolatedWindowsEnvironmentShareFileStatus
Property Value
Enum
- Attributes
Remarks
Warning
This is a deprecated API.