ExperimentalFeature Class

Definition

Support experimental features in PowerShell.

public class ExperimentalFeature
type ExperimentalFeature = class
Public Class ExperimentalFeature
Inheritance
ExperimentalFeature

Properties

Description

Description of an experimental feature.

Enabled

Indicate whether the feature is enabled.

Name

Name of an experimental feature.

Source

Source of an experimental feature.

Methods

IsEnabled(String)

Check if the specified experimental feature has been enabled.

Applies to