SystemGPSProperties.LongitudeDecimal Property

Definition

Gets the name of the property (one of the GPS file properties.

public:
 property Platform::String ^ LongitudeDecimal { Platform::String ^ get(); };
winrt::hstring LongitudeDecimal();
public string LongitudeDecimal { get; }
var string = systemGPSProperties.longitudeDecimal;
Public ReadOnly Property LongitudeDecimal As String

Property Value

String

Platform::String

winrt::hstring

The name of the file property.

Applies to

See also