IsolatedWindowsEnvironmentShareFolderResult.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. Status of the share folder operation: success or failure.
public:
property IsolatedWindowsEnvironmentShareFolderStatus Status { IsolatedWindowsEnvironmentShareFolderStatus get(); };
IsolatedWindowsEnvironmentShareFolderStatus Status();
/// [get: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentShareFolderResult is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
IsolatedWindowsEnvironmentShareFolderStatus Status();
public IsolatedWindowsEnvironmentShareFolderStatus Status { get; }
public IsolatedWindowsEnvironmentShareFolderStatus Status { [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentShareFolderResult 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 isolatedWindowsEnvironmentShareFolderStatus = isolatedWindowsEnvironmentShareFolderResult.status;
Public ReadOnly Property Status As IsolatedWindowsEnvironmentShareFolderStatus
Property Value
Enum
- Attributes
Remarks
Warning
This is a deprecated API.