PexInputEnumeratorAttributeBase.Alternate 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.
Whether this input enumerator should alternate with other enumerators.
public:
property bool Alternate { bool get(); void set(bool value); };
public bool Alternate { get; set; }
member this.Alternate : bool with get, set
Public Property Alternate As Boolean
Property Value
true
if alternate; otherwise, false
.