PexExplorationAttributeBase.SupportedPlatform 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.
Speficies the supported bitness for this test
public:
property Microsoft::Pex::Framework::PexPlatform SupportedPlatform { Microsoft::Pex::Framework::PexPlatform get(); void set(Microsoft::Pex::Framework::PexPlatform value); };
[System.ComponentModel.Category("Filters")]
[System.ComponentModel.DefaultValue(Microsoft.Pex.Framework.PexPlatform.AnyCpu)]
[System.ComponentModel.Description("Supported Processor Platform")]
public Microsoft.Pex.Framework.PexPlatform SupportedPlatform { get; set; }
[<System.ComponentModel.Category("Filters")>]
[<System.ComponentModel.DefaultValue(Microsoft.Pex.Framework.PexPlatform.AnyCpu)>]
[<System.ComponentModel.Description("Supported Processor Platform")>]
member this.SupportedPlatform : Microsoft.Pex.Framework.PexPlatform with get, set
Public Property SupportedPlatform As PexPlatform
Property Value
Gets of sets the SupportedPlatform value.
- Attributes