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
    'Usage
     
    
    Dim instance As DicomAssociation
    Dim value As System.Integer
     
    value = instance.AssociationNumber
    public System.int AssociationNumber {get;}
    public read-only property AssociationNumber: System.Integer; 
    public function get AssociationNumber : System.int
    public: __property System.int get_AssociationNumber();
    public:
    property System.int AssociationNumber {
       System.int 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