DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomGlobal Class / DefaultReadBehaviour Property






In This Topic
    DefaultReadBehaviour Property
    In This Topic
    Default behaviour when reading or receiving files
    Syntax
    'Declaration
     
    
    Public Shared Property DefaultReadBehaviour As ReadBehaviours
    'Usage
     
    
    Dim value As ReadBehaviours
     
    DicomGlobal.DefaultReadBehaviour = value
     
    value = DicomGlobal.DefaultReadBehaviour
    public static ReadBehaviours DefaultReadBehaviour {get; set;}
    public read-write property DefaultReadBehaviour: ReadBehaviours; static; 
    public static function get,set DefaultReadBehaviour : ReadBehaviours
    public: __property static ReadBehaviours* get_DefaultReadBehaviour();
    public: __property static void set_DefaultReadBehaviour( 
       ReadBehaviours* value
    );
    public:
    static property ReadBehaviours^ DefaultReadBehaviour {
       ReadBehaviours^ get();
       void set (    ReadBehaviours^ value);
    }
    Remarks

    A new ReadBehaviours object is created for each file operation or association. If this property is non-null, then the new object is a clone of this property, but if this property is null, then a new ReadBehaviours object is created which will, when created, reflect the values of the internal registry at that time

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also