DicomObjects.NET.8.48 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 System.Boolean
     
    'Usage
     
    
    Dim instance As DicomServer
    Dim value As System.Boolean
     
    instance.AllowExtendedNegotiation = value
     
    value = instance.AllowExtendedNegotiation
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also