IsolatedWindowsEnvironmentCreateResult.Environment Property

Definition

Deprecated. Queries for result of Isolated Windows Environment creation.

public:
 property IsolatedWindowsEnvironment ^ Environment { IsolatedWindowsEnvironment ^ get(); };
IsolatedWindowsEnvironment Environment();
/// [get: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentCreateResult is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
IsolatedWindowsEnvironment Environment();
public IsolatedWindowsEnvironment Environment { get; }
public IsolatedWindowsEnvironment Environment { [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentCreateResult 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 isolatedWindowsEnvironment = isolatedWindowsEnvironmentCreateResult.environment;
Public ReadOnly Property Environment As IsolatedWindowsEnvironment

Property Value

String for Isolated Windows Environment ID.

Attributes

Remarks

Warning

This is a deprecated API.

Applies to