DicomObjects.NetStandard Documentation
DicomObjects Namespace / DicomServer Class / AllowExtendedNegotiation Property



    AllowExtendedNegotiation Property
    Controls whether extended negotation should be supported (as initiator or acceptor)
    Syntax
    'Declaration
     
    
    Public Property AllowExtendedNegotiation As Boolean
     
    'Usage
     
    
    Dim instance As DicomServer
    Dim value As Boolean
     
    instance.AllowExtendedNegotiation = value
     
    value = instance.AllowExtendedNegotiation
    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