Gets or sets the parity to use.
            
 
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Parity Parity { get; set; }Public Property Parity As Parity
	Get
	Set
public:
property Parity Parity {
	Parity get ();
	void set (Parity value);
}member Parity : Parity with get, set
Property Value
Type: 
Parity
See Also