DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomAssociation Class / AssociationNumber Property



In This Topic
    AssociationNumber Property
    In This Topic
    Returns the association number of current connection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AssociationNumber As Integer
    'Usage
     
    
    Dim instance As DicomAssociation
    Dim value As Integer
     
    value = instance.AssociationNumber
    public int AssociationNumber {get;}
    public:
    property int AssociationNumber {
       int get();
    }
    Remarks
    This property is read only and returns 0 if current connection is null.
    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