ESRI.ArcGIS.Mobile
Id Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.FeatureCaching Namespace > Attachment Class : Id Property

Gets the attachment Id.

Syntax

Visual Basic (Declaration) 
<CompilerGeneratedAttribute()>
Public ReadOnly Property Id As Integer
C# 
[CompilerGeneratedAttribute()]
public int Id {get;}

Remarks

When an attachment is created in local memory and not uploaded yet, its Id is automatically set as a negative value. Upon uploading, the Id will be reassigned a positive value.

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