DicomObjects.NET.8.48 Documentation
DicomObjects.EventArguments Namespace / ChangeUidArgs Class / TransferSyntax Property






In This Topic
    TransferSyntax Property (ChangeUidArgs)
    In This Topic
    The new transfer syntax being used
    Syntax
    'Declaration
     
    
    Public Property TransferSyntax As System.String
    'Usage
     
    
    Dim instance As ChangeUidArgs
    Dim value As System.String
     
    instance.TransferSyntax = value
     
    value = instance.TransferSyntax
    public System.string TransferSyntax {get; set;}
    public read-write property TransferSyntax: System.String; 
    public function get,set TransferSyntax : System.String
    public: __property System.string* get_TransferSyntax();
    public: __property void set_TransferSyntax( 
       System.string* value
    );
    public:
    property System.String^ TransferSyntax {
       System.String^ get();
       void set (    System.String^ value);
    }
    Remarks
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also