In This Topic
The DICOM transfer syntax of the media it represents
Syntax
'Declaration
Public TransferSyntax As System.String
'Usage
Dim instance As ContentType
Dim value As System.String
value = instance.TransferSyntax
instance.TransferSyntax = value
public System.string TransferSyntax
public field TransferSyntax: System.String;
public var TransferSyntax : System.String;
public: System.string* TransferSyntax
public:
System.String^ TransferSyntax
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also