DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomServer Class / NewAssociationType Property






    NewAssociationType Property
    This property is for user derived DicomAssociation
    Syntax
    'Declaration
     
    
    Public Property NewAssociationType As System.Type
     
    'Usage
     
    
    Dim instance As DicomServer
    Dim value As System.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.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also