CcsdsOemFileWritingOptionsOutputFormat Property |
Gets or sets a value indicating whether the OEM file should use the
Key-value Notation (KVN) format or one of the extensible markup language (XML)
formats.
Namespace:
AGI.Foundation.Ccsds
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public CcsdsOemFileOutputFormat OutputFormat { get; set; }
Public Property OutputFormat As CcsdsOemFileOutputFormat
Get
Set
public:
property CcsdsOemFileOutputFormat OutputFormat {
CcsdsOemFileOutputFormat get ();
void set (CcsdsOemFileOutputFormat value);
}
member OutputFormat : CcsdsOemFileOutputFormat with get, set
Property Value
Type:
CcsdsOemFileOutputFormatSee Also