VCRuntimeEnumValue::Switch Property

 

Gets or sets the text of the command line switch.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

property String^ Switch {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

String containing the text of the switch.

Return to top
Show: