DicomObjects.NET.V8
DicomObjects Namespace / DicomServer Class / AllowExtendedNegotiation Property



In This Topic
    AllowExtendedNegotiation Property
    In This Topic
    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
    public bool AllowExtendedNegotiation {get; set;}
    public:
    property bool AllowExtendedNegotiation {
       bool get();
       void set (    bool value);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also