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();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also