Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

Show in webframe

SeriesDate Property






Gets or sets the series date.
Syntax
[DataMemberAttribute()]
public string SeriesDate {get; set;}
'Declaration
 
<DataMemberAttribute()>
Public Property SeriesDate As String
'Usage
 
Dim instance As Series
Dim value As String
 
instance.SeriesDate = value
 
value = instance.SeriesDate

            

            
[DataMemberAttribute()]
public:
property String^ SeriesDate {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.String representing the series date.
Requirements

Target Platforms

See Also

Reference

Series Class
Series Members

Error processing SSI file