SeriesNumber Property

Summary

Gets or sets the series number.

Syntax
C#
VB
C++
[Element(DicomTag.SeriesNumber)] 
public Nullable<int> SeriesNumber { get; set; } 
  
<BrowsableAttribute(False)> 
<ElementAttribute()> 
Public Property SeriesNumber As Nullable(Of Integer) 
[BrowsableAttribute(false)] 
[ElementAttribute()] 
public: 
property Nullable<int> SeriesNumber { 
   Nullable<int> get(); 
   void set (    Nullable<int> ); 
} 

Property Value

The series number.

Requirements

Target Platforms

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

Leadtools.Dicom.Scu Assembly