DicomObjects.NET.V8
DicomObjects.EventArguments Namespace / ResponseReceivedArgs Class / Association Property



    Association Property (ResponseReceivedArgs)
    The incoming association that contains the received responses
    Syntax
    'Declaration
     
    Public ReadOnly Property Association As DicomAssociation
     
    'Usage
     
    Dim instance As ResponseReceivedArgs
    Dim value As DicomAssociation
     
    value = instance.Association
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also