ArcFM Responder Mobile Developer Guide
PostPriority Property






The priority of the version to be posted in the Post Queue. If the service is a reconcile-only service, this value should be should to -1.
Syntax
'Declaration
 
Public Property PostPriority As System.Integer
'Usage
 
Dim instance As ActionData
Dim value As System.Integer
 
instance.PostPriority = value
 
value = instance.PostPriority
public System.int PostPriority {get; set;}
public read-write property PostPriority: System.Integer; 
public function get,set PostPriority : System.int
public: __property System.int get_PostPriority();
public: __property void set_PostPriority( 
   System.int value
);
public:
property System.int PostPriority {
   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

ActionData Class
ActionData Members

Send Feedback