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: System.String
String containing the ID of the filter.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.