Leadtools.Dicom.Scp.Command Namespace > CFindCommandConfiguration Class : AllowZeroItemCount Property |
public bool AllowZeroItemCount {get; set;}
'Declaration Public Property AllowZeroItemCount As Boolean
'Usage Dim instance As CFindCommandConfiguration Dim value As Boolean instance.AllowZeroItemCount = value value = instance.AllowZeroItemCount
public bool AllowZeroItemCount {get; set;}
get_AllowZeroItemCount();
set_AllowZeroItemCount(value);
If this value is true, a sequence with no items will be considered as a sequence universal matching that contains a single item with no elements.
If this value is false and the request has a sequence with no items the CFindCommand will throw an Leadtools.Dicom.Scp.Command.Exceptions.InvalidRequestDatasetException
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2