VCDebugSettings::MPIAcceptFilter Property

 

Gets or sets the Multi-Processor-Interface accept filter for the debugger.

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

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

Property Value

Type: System::String^

String containing the ID of the filter.

Return to top
Show: