| BaseStationMessageTransmissionType Property  | 
            Gets or sets the type of transmission sent in a Transmission message.
            
 
Namespace: VirtualRadar.Interface.BaseStationAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic BaseStationTransmissionType TransmissionType { get; set; }Public Property TransmissionType As BaseStationTransmissionType
	Get
	Set
public:
property BaseStationTransmissionType TransmissionType {
	BaseStationTransmissionType get ();
	void set (BaseStationTransmissionType value);
}member TransmissionType : BaseStationTransmissionType with get, set
Property Value
Type: 
BaseStationTransmissionType
See Also