CommandLineToolSwitch.Type Property

Definition

The type of the switch, i.e., boolean, string, stringarray, etc.

public:
 property Microsoft::Build::Tasks::Xaml::CommandLineToolSwitchType Type { Microsoft::Build::Tasks::Xaml::CommandLineToolSwitchType get(); void set(Microsoft::Build::Tasks::Xaml::CommandLineToolSwitchType value); };
public Microsoft.Build.Tasks.Xaml.CommandLineToolSwitchType Type { get; set; }
public Microsoft.Build.Tasks.Xaml.CommandLineToolSwitchType Type { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.Type : Microsoft.Build.Tasks.Xaml.CommandLineToolSwitchType with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.Type : Microsoft.Build.Tasks.Xaml.CommandLineToolSwitchType with get, set
Public Property Type As CommandLineToolSwitchType

Property Value

The type of the switch.

Attributes

Applies to