SeriesDescription Property (DicomDataSet)
In This Topic
Descriptions for the series
Syntax
'Declaration
Public Property SeriesDescription As System.String
'Usage
Dim instance As DicomDataSet
Dim value As System.String
instance.SeriesDescription = value
value = instance.SeriesDescription
public System.string SeriesDescription {get; set;}
public read-write property SeriesDescription: System.String;
public function get,set SeriesDescription : System.String
public: __property System.string* get_SeriesDescription();
public: __property void set_SeriesDescription(
System.string* value
);
public:
property System.String^ SeriesDescription {
System.String^ get();
void set ( System.String^ value);
}
Property Value
The Series Description
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also