StkSatelliteDatabaseEntryWriteUp Property |
Gets or sets the arbitrary write-up text associated with this satellite.
Namespace:
AGI.Foundation.Stk
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public string WriteUp { get; set; }
Public Property WriteUp As String
Get
Set
public:
property String^ WriteUp {
String^ get ();
void set (String^ value);
}
member WriteUp : string with get, set
Property Value
Type:
StringSee Also