DicomObjects.NET.V8
DicomObjects Namespace / DicomAssociation Class / AssociationNumber Property



    AssociationNumber Property
    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
    Remarks
    This property is read only and returns 0 if current connection is null.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also