ArcFM Responder Mobile Developer Guide
QAStopsPost Property






Indicates if the version should not be posted if QA errors are detected.
Syntax
'Declaration
 
Public Property QAStopsPost As System.Boolean
'Usage
 
Dim instance As ActionData
Dim value As System.Boolean
 
instance.QAStopsPost = value
 
value = instance.QAStopsPost
public System.bool QAStopsPost {get; set;}
public read-write property QAStopsPost: System.Boolean; 
public function get,set QAStopsPost : System.boolean
public: __property System.bool get_QAStopsPost();
public: __property void set_QAStopsPost( 
   System.bool value
);
public:
property System.bool QAStopsPost {
   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