ArcFM Responder Mobile Developer Guide
ChangeThresholdTableValues Property






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

ChangeThresholdElement Class
ChangeThresholdElement Members

Send Feedback