LimitResponses Property (original) (raw)
Summary
Gets or sets a value indicating whether to limit the resulting number of CFind Responses.
Syntax
public bool LimitResponses { get; set; }
public:
property bool LimitResponses {
bool get();
void set ( bool );
}
Property Value
true
to limit the resulting number of CFind Responses; otherwise, false
.
Remarks
If LimitResponses is set to true
, the maximum number of resulting CFind Responses per CFind Request is MaximumResponses.
Leadtools.Dicom.Scp Assembly