ArcFM Responder Mobile Developer Guide
ChangeThresholdElement Property






Syntax
'Declaration
 
<System.Configuration.ConfigurationPropertyAttribute(Name="ChangeThresholdElement", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=False, 
   IsRequired=False, 
   IsKey=False)>
Public Property ChangeThresholdElement As ChangeThresholdElement
'Usage
 
Dim instance As SdeElement
Dim value As ChangeThresholdElement
 
instance.ChangeThresholdElement = value
 
value = instance.ChangeThresholdElement
[System.Configuration.ConfigurationProperty(Name="ChangeThresholdElement", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public ChangeThresholdElement ChangeThresholdElement {get; set;}
public read-write property ChangeThresholdElement: ChangeThresholdElement; 
System.Configuration.ConfigurationPropertyAttribute(Name="ChangeThresholdElement", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=, 
   IsRequired=, 
   IsKey=)
public function get,set ChangeThresholdElement : ChangeThresholdElement
[System.Configuration.ConfigurationProperty(Name="ChangeThresholdElement", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public: __property ChangeThresholdElement* get_ChangeThresholdElement();
public: __property void set_ChangeThresholdElement( 
   ChangeThresholdElement* value
);
[System.Configuration.ConfigurationProperty(Name="ChangeThresholdElement", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public:
property ChangeThresholdElement^ ChangeThresholdElement {
   ChangeThresholdElement^ get();
   void set (    ChangeThresholdElement^ 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

SdeElement Class
SdeElement Members

Send Feedback