ArcFM Responder Mobile Developer Guide
IDocumentInfo2_SavePreview Property






Syntax
'Declaration
 
Public Overridable Property IDocumentInfo2_SavePreview As System.Boolean
'Usage
 
Dim instance As MMDocumentInfoClass
Dim value As System.Boolean
 
instance.IDocumentInfo2_SavePreview = value
 
value = instance.IDocumentInfo2_SavePreview
public virtual System.bool IDocumentInfo2_SavePreview {get; set;}
public read-write property IDocumentInfo2_SavePreview: System.Boolean; virtual; 
public function get,set IDocumentInfo2_SavePreview : System.boolean
public: __property virtual System.bool get_IDocumentInfo2_SavePreview();
public: __property virtual void set_IDocumentInfo2_SavePreview( 
   System.bool value
);
public:
virtual property System.bool IDocumentInfo2_SavePreview {
   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

MMDocumentInfoClass Class
MMDocumentInfoClass Members

Send Feedback