'Declaration
Public Property NewAssociationType As Type
'Usage
Dim instance As DicomServer
Dim value As Type
instance.NewAssociationType = value
value = instance.NewAssociationType
Remarks
When deriving a new class from the DicomAssociation class, users can specify in this property the type of the derived Association class so that instances of the derived association used by DicomServer will be created for incoming associations.