Gets the Series Instance UID of the series which the 3D volume was generated from.
            
            
            
            
            
            
            
            public string SeriesInstanceUID {get;}
             
        
            
            'Declaration
 
Public ReadOnly Property SeriesInstanceUID As String
             
        
            
            'Usage
 
Dim instance As VolumeIdentifier
Dim value As String
 
value = instance.SeriesInstanceUID
             
        
            
        
            
        
            
            public: __property string* get_SeriesInstanceUID();
             
        
            
            public:
property string* SeriesInstanceUID {
   string* get();
}
             
        
             
        
            
            
            Property Value
Type: 
System.String The Series Instance UID of the series which the 3D volume was generated from.