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



In This Topic
    NewAssociationType Property
    In This Topic
    This property is for user derived DicomAssociation
    Syntax
    'Declaration
     
    
    Public Property NewAssociationType As Type
    'Usage
     
    
    Dim instance As DicomServer
    Dim value As Type
     
    instance.NewAssociationType = value
     
    value = instance.NewAssociationType
    public Type NewAssociationType {get; set;}
    public:
    property Type^ NewAssociationType {
       Type^ get();
       void set (    Type^ value);
    }
    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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also