DynamicKeywordParameter.Switch 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.
Type if this is a switch parameter and takes no argument.
public:
property bool Switch { bool get(); void set(bool value); };
public:
property bool Switch { bool get(); void set(bool value); };
public bool Switch { get; set; }
member this.Switch : bool with get, set
Public Property Switch As Boolean