←Select platform

SortByCategory Property

Summary

Gets or sets the SortByCategory for this SortingOperation.

Syntax
C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.SortByCategory)] 
public Nullable<SortByCategory> SortByCategory { get; set; } 
<DataMemberAttribute(),  
 ElementAttribute(7472642)>  
Public Property SortByCategory() As System.Nullable(Of Leadtools.Dicom.Common.DataTypes.HangingProtocol.SortByCategory) 
   Get 
   Set 
public:  
   [DataMemberAttribute,  
   ElementAttribute(7472642)] 
   property System::Nullable<Leadtools::Dicom::Common::DataTypes::HangingProtocol::SortByCategory^> SortByCategory 
   { 
      System::Nullable<Leadtools::Dicom::Common::DataTypes::HangingProtocol::SortByCategory^> get() 
      void set(System::Nullable<Leadtools::Dicom::Common::DataTypes::HangingProtocol::SortByCategory^> value) 
   } 

Property Value

The SortByCategory for this SortingOperation.

Remarks

For more information, see SortByCategory.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly