VCDebugSettings.MPIAcceptFilter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the Multi-Processor-Interface accept filter for the debugger.
public:
property System::String ^ MPIAcceptFilter { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ MPIAcceptFilter { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(2382)]
public string MPIAcceptFilter { [System.Runtime.InteropServices.DispId(2382)] get; [System.Runtime.InteropServices.DispId(2382)] set; }
[<System.Runtime.InteropServices.DispId(2382)>]
[<get: System.Runtime.InteropServices.DispId(2382)>]
[<set: System.Runtime.InteropServices.DispId(2382)>]
member this.MPIAcceptFilter : string with get, set
Public Property MPIAcceptFilter As String
Property Value
String containing the ID of the filter.
- Attributes