DicomObjects.NET.V8
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: .NET CLR 4.0 or higher

    See Also