IsolatedWindowsEnvironmentShareFolderRequestOptions.AllowWrite 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. Determines whether applications running inside the Isolated Windows Environment can write data to this folder being shared.
public:
property bool AllowWrite { bool get(); void set(bool value); };
bool AllowWrite();
void AllowWrite(bool value);
/// [get: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentShareFolderRequestOptions is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentShareFolderRequestOptions is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
bool AllowWrite();
void AllowWrite(bool value);
public bool AllowWrite { get; set; }
public bool AllowWrite { [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentShareFolderRequestOptions 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; [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentShareFolderRequestOptions is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")] set; }
var boolean = isolatedWindowsEnvironmentShareFolderRequestOptions.allowWrite;
isolatedWindowsEnvironmentShareFolderRequestOptions.allowWrite = boolean;
Public Property AllowWrite As Boolean
Property Value
Boolean
bool
Boolean
- Attributes
Remarks
Warning
This is a deprecated API.