DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSet Class / OverrideTS Property



In This Topic
    OverrideTS Property
    In This Topic
    A means to override an incorrect transfer syntax
    Syntax
    'Declaration
     
    
    Public Property OverrideTS As String
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim value As String
     
    instance.OverrideTS = value
     
    value = instance.OverrideTS
    public string OverrideTS {get; set;}
    public:
    property String^ OverrideTS {
       String^ get();
       void set (    String^ value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also