Miner.Geodatabase.Replication.Configuration Namespace > ChangeThresholdTableValueElement Class : Value Property |
'Declaration
<System.Configuration.ConfigurationPropertyAttribute(Name="Value", Options=ConfigurationPropertyOptions.IsRequired Or _ ConfigurationPropertyOptions.IsKey, IsDefaultCollection=False, IsRequired=True, IsKey=True)> Public Property Value As System.String
'Usage
Dim instance As ChangeThresholdTableValueElement Dim value As System.String instance.Value = value value = instance.Value
[System.Configuration.ConfigurationProperty(Name="Value", Options=ConfigurationPropertyOptions.IsRequired | ConfigurationPropertyOptions.IsKey, IsDefaultCollection=false, IsRequired=true, IsKey=true)] public System.string Value {get; set;}
public read-write property Value: System.String;
System.Configuration.ConfigurationPropertyAttribute(Name="Value", Options=ConfigurationPropertyOptions.IsRequired | ConfigurationPropertyOptions.IsKey, IsDefaultCollection=, IsRequired=, IsKey=) public function get,set Value : System.String
[System.Configuration.ConfigurationProperty(Name="Value", Options=ConfigurationPropertyOptions.IsRequired | ConfigurationPropertyOptions.IsKey, IsDefaultCollection=false, IsRequired=true, IsKey=true)] public: __property System.string* get_Value(); public: __property void set_Value( System.string* value );
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