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)

Syntax

'Declaration
Property MPIAcceptFilter As String
string MPIAcceptFilter { get; set; }
property String^ MPIAcceptFilter {
    String^ get ();
    void set (String^ value);
}
abstract MPIAcceptFilter : string with get, set
function get MPIAcceptFilter () : String 
function set MPIAcceptFilter (value : String)

Property Value

Type: String
String containing the ID of the filter.

.NET Framework Security

See Also

Reference

VCDebugSettings Interface

Microsoft.VisualStudio.VCProjectEngine Namespace