←Select platform

SortingDirection Property

Summary

Gets or sets the SortingDirection for this SortingOperation.

Syntax

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

Property Value

The SortingDirection for this SortingOperation.

Remarks

For more information, see SortingDirection.

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