DicomObjects.NET.8.48 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 System.Integer
    public System.int AssociationNumber {get;}
    Remarks
    This property is read only and returns 0 if current connection is null.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also