←Select platform

SeriesNumber Property

Summary

Gets or sets the series number.

Syntax

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

Property Value

The series number.

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.Scu Assembly