DicomObjects Reference
DicomObjects Reference / DicomGlobal Object / EnableExtendedNegotiation Property
In This Topic
    EnableExtendedNegotiation Property
    In This Topic
    Description
    Controls whether extended negotiation is used
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property EnableExtendedNegotiation As Boolean
    Remarks
    As the default value of this property is false, it enables old applications to run unmodified, but for newer applications, this property should be set true, and extended negotiation should be properly handled using the ExtendedNegotiationValues property of DicomContext objects.
    See Also