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






    AssociationNumber Property
    Returns the association number of current connection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AssociationNumber As System.Integer
     
    'Usage
     
    
    Dim instance As DicomAssociation
    Dim value As System.Integer
     
    value = instance.AssociationNumber
    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