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)
Syntax public 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:
RawDecodingSettingsSee Also