←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly