DicomObjects.NET.8.48 Documentation
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.8 or higher

See Also