Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.DataTypes.PatientUpdater Namespace > DeleteSeries Class : SeriesInstanceUID Property |
[ElementAttribute()] public string SeriesInstanceUID {get; set;}
'Declaration
<ElementAttribute()> Public Property SeriesInstanceUID As String
'Usage
Dim instance As DeleteSeries Dim value As String instance.SeriesInstanceUID = value value = instance.SeriesInstanceUID
[ElementAttribute()] public: property String^ SeriesInstanceUID { String^ get(); void set ( String^ value); }