PexExplorationAttributeBase.SupportedPlatform Property

Definition

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

Applies to