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