ArcFM Responder Mobile Developer Guide
ProcessInterval Property






Syntax
'Declaration
 
<System.Xml.Serialization.XmlAttributeAttribute()>
<System.ComponentModel.DefaultValueAttribute()>
Public Property ProcessInterval As System.Integer
'Usage
 
Dim instance As GdbmReconcilePostService
Dim value As System.Integer
 
instance.ProcessInterval = value
 
value = instance.ProcessInterval
[System.Xml.Serialization.XmlAttribute()]
[System.ComponentModel.DefaultValue()]
public System.int ProcessInterval {get; set;}
public read-write property ProcessInterval: System.Integer; 
System.Xml.Serialization.XmlAttributeAttribute()
System.ComponentModel.DefaultValueAttribute()
public function get,set ProcessInterval : System.int
[System.Xml.Serialization.XmlAttribute()]
[System.ComponentModel.DefaultValue()]
public: __property System.int get_ProcessInterval();
public: __property void set_ProcessInterval( 
   System.int value
);
[System.Xml.Serialization.XmlAttribute()]
[System.ComponentModel.DefaultValue()]
public:
property System.int ProcessInterval {
   System.int get();
   void set (    System.int 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

GdbmReconcilePostService Class
GdbmReconcilePostService Members

Send Feedback