ArcFM Responder Mobile Developer Guide
AutoDelete Property






Syntax
'Declaration
 
Public Property AutoDelete As System.Nullable(Of YesNoDomain)
'Usage
 
Dim instance As CallbacksObject
Dim value As System.Nullable(Of YesNoDomain)
 
instance.AutoDelete = value
 
value = instance.AutoDelete
public System.Nullable<YesNoDomain> AutoDelete {get; set;}
public read-write property AutoDelete: System.Nullable; 
public function get,set AutoDelete : System.Nullable
public: __property System.Nullable<YesNoDomain> get_AutoDelete();
public: __property void set_AutoDelete( 
   System.Nullable<YesNoDomain> value
);
public:
property System.Nullable<YesNoDomain> AutoDelete {
   System.Nullable<YesNoDomain> get();
   void set (    System.Nullable<YesNoDomain> value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CallbacksObject Class
CallbacksObject Members

Send Feedback