OriginalTS Property (DicomDataSet)
In This Topic
Returns the Transfer syntax with which the object was originally received or read.
Syntax
'Declaration
Public ReadOnly Property OriginalTS As System.String
'Usage
Dim instance As DicomDataSet
Dim value As System.String
value = instance.OriginalTS
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();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also