ArcFM Responder Mobile Developer Guide
DeletePostingPriorityRow Property






Indicates if the row in the Posting Priority table corresponding to the related version (if applicable) should be deleted.
Syntax
'Declaration
 
Public Property DeletePostingPriorityRow As System.Boolean
'Usage
 
Dim instance As ActionData
Dim value As System.Boolean
 
instance.DeletePostingPriorityRow = value
 
value = instance.DeletePostingPriorityRow
public System.bool DeletePostingPriorityRow {get; set;}
public read-write property DeletePostingPriorityRow: System.Boolean; 
public function get,set DeletePostingPriorityRow : System.boolean
public: __property System.bool get_DeletePostingPriorityRow();
public: __property void set_DeletePostingPriorityRow( 
   System.bool value
);
public:
property System.bool DeletePostingPriorityRow {
   System.bool get();
   void set (    System.bool 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