EnvironmentManager.IsSupported Property

Definition

Gets a value that indicates whether EnvironmentManager is supported on the current device/OS version.

public:
 static property bool IsSupported { bool get(); };
static bool IsSupported();
public static bool IsSupported { get; }
var boolean = EnvironmentManager.isSupported;
Public Shared ReadOnly Property IsSupported As Boolean

Property Value

Boolean

bool

true if EnvironmentManager is supported; otherwise, false.

Applies to

See also