DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomAssociation Class / ReadBehaviour Property



In This Topic
    ReadBehaviour Property
    In This Topic
    Specific behaviours to use when receiving data on this association.
    Syntax
    'Declaration
     
    
    Public Property ReadBehaviour As ReadBehaviours
    'Usage
     
    
    Dim instance As DicomAssociation
    Dim value As ReadBehaviours
     
    instance.ReadBehaviour = value
     
    value = instance.ReadBehaviour
    public ReadBehaviours ReadBehaviour {get; set;}
    public:
    property ReadBehaviours^ ReadBehaviour {
       ReadBehaviours^ get();
       void set (    ReadBehaviours^ 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