DicomObjects.NET.8.48 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 read-write property ReadBehaviour: ReadBehaviours; 
    public function get,set ReadBehaviour : ReadBehaviours
    public: __property ReadBehaviours* get_ReadBehaviour();
    public: __property void set_ReadBehaviour( 
       ReadBehaviours* value
    );
    public:
    property ReadBehaviours^ ReadBehaviour {
       ReadBehaviours^ get();
       void set (    ReadBehaviours^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also