OrthogonalPolarizationSourcePrimaryPolarizationSource Property  | 
 
            Gets or sets the primary polarization source.
            
 
    Namespace: 
   AGI.Foundation.Communications
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic PolarizationSource PrimaryPolarizationSource { get; set; }Public Property PrimaryPolarizationSource As PolarizationSource
	Get
	Set
public:
property PolarizationSource^ PrimaryPolarizationSource {
	PolarizationSource^ get ();
	void set (PolarizationSource^ value);
}member PrimaryPolarizationSource : PolarizationSource with get, set
Property Value
Type: 
PolarizationSource
See Also