Share via


IsolatedWindowsEnvironmentFile.Id Property

Definition

Deprecated. Gets the ID assigned to the host file.

public:
 property Platform::Guid Id { Platform::Guid get(); };
winrt::guid Id();
/// [get: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentFile is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
winrt::guid Id();
public Guid Id { get; }
public Guid Id { [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentFile 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 guid = isolatedWindowsEnvironmentFile.id;
Public ReadOnly Property Id As Guid

Property Value

Guid

Platform::Guid

winrt::guid

GUID for file.

Attributes

Remarks

Warning

This is a deprecated API.

Applies to