AllowZeroItemCount Property (original) (raw)
Summary
Gets or sets a value to allow C-Find requests with sequences that contains no items.
Syntax
public bool AllowZeroItemCount { get; set; }
public:
property bool AllowZeroItemCount {
bool get();
void set ( bool );
}
Property Value
true to allow C-Find requests with sequences that contains no items; otherwise, false.
Leadtools.Dicom.Scp Assembly