DicomObjects.NET Core 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:
    static property WriteBehaviours^ DefaultWriteBehaviour {
       WriteBehaviours^ get();
       void set (    WriteBehaviours^ 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