Share via


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
'Usage
Dim instance As VCDebugSettings 
Dim value As String 

value = instance.MPIAcceptFilter

instance.MPIAcceptFilter = value
string MPIAcceptFilter { get; set; }
property String^ MPIAcceptFilter {
    String^ get ();
    void set (String^ value);
}
function get MPIAcceptFilter () : String 
function set MPIAcceptFilter (value : String)

Property Value

Type: System.String
String containing the ID of the filter.

.NET Framework Security

See Also

Reference

VCDebugSettings Interface

VCDebugSettings Members

Microsoft.VisualStudio.VCProjectEngine Namespace