ProfileSettingConfigurationValidateAddressOnRate Property | |
Gets or sets ValidateAddressOnRate.
Namespace:
PSI.Sox.Configuration
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DefaultValueAttribute(false)]
public bool ValidateAddressOnRate { get; set; }
public:
[DefaultValueAttribute(false)]
property bool ValidateAddressOnRate {
bool get ();
void set (bool value);
}
function get_ValidateAddressOnRate();
function set_ValidateAddressOnRate(value);
Property Value
Type:
BooleanSee Also