BaseGpsReceiverLogFile Property |
Name and path of the NMEA log file.
Namespace: ZylSoft.GpsAssembly: ZylGpsReceiver (in ZylGpsReceiver.dll) Version: 3.29.9208.19412
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic string LogFile { get; set; }
Public Property LogFile As String
Get
Set
Dim instance As BaseGpsReceiver
Dim value As String
value = instance.LogFile
instance.LogFile = value
public:
property String^ LogFile {
String^ get ();
void set (String^ value);
}
member LogFile : string with get, set
/** @property */
public String get_LogFile()
/** @property */
public void set_LogFile(String value)
function get LogFile () : String
function set LogFile (value : String)
function get_LogFile();
function set_LogFile(value);
PROPERTY LogFile AS STRING GET SET
No code example is currently available or this language may not be supported.
Property Value
String
See Also