GpsSatelliteInformationNotes Property  | 
 
            Gets or sets the notes associated with the satellite.
            
 
    Namespace: 
   AGI.Foundation.Navigation.DataReaders
    Assembly:
   AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic string Notes { get; set; }Public Property Notes As String
	Get
	Set
public:
property String^ Notes {
	String^ get ();
	void set (String^ value);
}member Notes : string with get, set
Property Value
Type: 
String
See Also