CcsdsOrbitEphemerisMessageFile.Originator Property |
Gets or sets the creating agency or operator. The country
of origin should also be provided where the originator
is not a national space agency.
Namespace:
AGI.Foundation.Ccsds
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic string Originator { get; set; }
Public Property Originator As String
Get
Set
public:
property String^ Originator {
String^ get ();
void set (String^ value);
}
member Originator : string with get, set
Property Value
Type:
String
See Also