OriginalTS Property (DicomDataSet)
Returns the Transfer syntax with which the object was originally received or read.
public System.string OriginalTS {get;}
public read-only property OriginalTS: System.String;
public function get OriginalTS : System.String
public: __property System.string* get_OriginalTS();
public:
property System.String^ OriginalTS {
System.String^ get();
}
'Declaration
Public ReadOnly Property OriginalTS As System.String
'Usage
Dim instance As DicomDataSet
Dim value As System.String
value = instance.OriginalTS
Target Platforms: .NET CLR 4.8 or higher