DicomObjects.NET Core Documentation
DicomObjects.EventArguments Namespace / ErrorReceivedArgs Class / Association Property



In This Topic
    Association Property (ErrorReceivedArgs)
    In This Topic
    The association which contains the detected error
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Association As DicomAssociation
    'Usage
     
    
    Dim instance As ErrorReceivedArgs
    Dim value As DicomAssociation
     
    value = instance.Association
    public DicomAssociation Association {get;}
    public:
    property DicomAssociation^ Association {
       DicomAssociation^ get();
    }
    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