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






In This Topic
    DefaultWriteBehaviour Property
    In This Topic
    Default behaviour when writing or sending files
    Syntax
    'Declaration
     
    
    Public Shared Property DefaultWriteBehaviour As WriteBehaviours
    'Usage
     
    
    Dim value As WriteBehaviours
     
    DicomGlobal.DefaultWriteBehaviour = value
     
    value = DicomGlobal.DefaultWriteBehaviour
    public static WriteBehaviours DefaultWriteBehaviour {get; set;}
    public read-write property DefaultWriteBehaviour: WriteBehaviours; static; 
    public static function get,set DefaultWriteBehaviour : WriteBehaviours
    public: __property static WriteBehaviours* get_DefaultWriteBehaviour();
    public: __property static void set_DefaultWriteBehaviour( 
       WriteBehaviours* value
    );
    public:
    static property WriteBehaviours^ DefaultWriteBehaviour {
       WriteBehaviours^ get();
       void set (    WriteBehaviours^ value);
    }
    Remarks

    A new WriteBehaviours 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 WriteBehaviours 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