ArcFM Responder Mobile Developer Guide
LockAllElementsExcept Property (EmailElement)






Syntax
'Declaration
 
Public ReadOnly Property LockAllElementsExcept As System.Configuration.ConfigurationLockCollection
'Usage
 
Dim instance As EmailElement
Dim value As System.Configuration.ConfigurationLockCollection
 
value = instance.LockAllElementsExcept
public System.Configuration.ConfigurationLockCollection LockAllElementsExcept {get;}
public read-only property LockAllElementsExcept: System.Configuration.ConfigurationLockCollection; 
public function get LockAllElementsExcept : System.Configuration.ConfigurationLockCollection
public: __property System.Configuration.ConfigurationLockCollection* get_LockAllElementsExcept();
public:
property System.Configuration.ConfigurationLockCollection^ LockAllElementsExcept {
   System.Configuration.ConfigurationLockCollection^ get();
}
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

EmailElement Class
EmailElement Members

Send Feedback