DocumentMappingConfigurationPassThrough Property | |
Gets or sets the PassThrough option.
Namespace:
PSI.Sox.Configuration
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public bool PassThrough { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property bool PassThrough {
bool get ();
void set (bool value);
}
function get_PassThrough();
function set_PassThrough(value);
Property Value
Type:
BooleanSee Also