DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb Namespace / ContentType Class / TransferSyntax Field






    TransferSyntax Field
    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
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also