DicomObjects.NET.V8
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: .NET CLR 4.0 or higher

    See Also