ShipperSettingConfigurationValue Property | |
Gets or sets the Value of the setting.
Namespace:
PSI.Sox.Configuration
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public string Value { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property String^ Value {
String^ get ();
void set (String^ value);
}
function get_Value();
function set_Value(value);
Property Value
Type:
StringSee Also