ESRI.ArcGIS.Mobile
Enabled Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Gps Namespace > FileGpsConnection Class : Enabled Property

Gets or sets the Enabled state associated to the FileGpsConnection.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Indicates if the GpsConnection is in a paused or enabled state.")>
<CategoryAttribute("Gps")>
<XmlIgnoreAttribute()>
<DefaultValueAttribute()>
Public Property Enabled As Boolean
C# 
[DescriptionAttribute("Indicates if the GpsConnection is in a paused or enabled state.")]
[CategoryAttribute("Gps")]
[XmlIgnoreAttribute()]
[DefaultValueAttribute()]
public bool Enabled {get; set;}

Remarks

The default value is true.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.