| ConfigurationRawDecodingSettings Property  | 
            Gets or sets the object that configures the raw message decoding.
            
 
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic RawDecodingSettings RawDecodingSettings { get; set; }Public Property RawDecodingSettings As RawDecodingSettings
	Get
	Set
public:
property RawDecodingSettings^ RawDecodingSettings {
	RawDecodingSettings^ get ();
	void set (RawDecodingSettings^ value);
}member RawDecodingSettings : RawDecodingSettings with get, set
Property Value
Type: 
RawDecodingSettings
See Also