CcsdsOrbitEphemerisMessageSegmentObjectName Property  | 
 
            Gets or sets the name of the object for which the
            ephemeris is provided.
            
 
    Namespace: 
   AGI.Foundation.Ccsds
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic string ObjectName { get; set; }Public Property ObjectName As String
	Get
	Set
public:
property String^ ObjectName {
	String^ get ();
	void set (String^ value);
}member ObjectName : string with get, set
Property Value
Type: 
String
See Also