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

Show in webframe

SeriesDescription Property






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

            

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

Property Value

A System.String representing the series description.
Requirements

Target Platforms

See Also

Reference

Series Class
Series Members

Error processing SSI file