ProfileSettingConfigurationAllowNotApplicableToBeSelected Property | |
Gets or Sets AllowNotApplicableToBeSelected
Namespace:
PSI.Sox.Configuration
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DefaultValueAttribute(false)]
public bool AllowNotApplicableToBeSelected { get; set; }
public:
[DefaultValueAttribute(false)]
property bool AllowNotApplicableToBeSelected {
bool get ();
void set (bool value);
}
function get_AllowNotApplicableToBeSelected();
function set_AllowNotApplicableToBeSelected(value);
Property Value
Type:
BooleanSee Also