Leadtools.Dicom.Services Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
SeriesDate Property
See Also 
Leadtools.Dicom.Services.DataTypes Namespace > Series Class : SeriesDate Property



Gets or sets the series date.

Syntax

Visual Basic (Declaration) 
<DataMemberAttribute()>
Public Property SeriesDate As String
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim value As String
 
instance.SeriesDate = value
 
value = instance.SeriesDate
C# 
[DataMemberAttribute()]
public string SeriesDate {get; set;}
C++/CLI 
[DataMemberAttribute()]
public:
property String^ SeriesDate {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.String representing the series date.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also