AllowExtendedNegotiation Property
Controls whether extended negotation should be supported (as initiator or acceptor)
public System.bool AllowExtendedNegotiation {get; set;}
public read-write property AllowExtendedNegotiation: System.Boolean;
public function get,set AllowExtendedNegotiation : System.boolean
public: __property System.bool get_AllowExtendedNegotiation();
public: __property void set_AllowExtendedNegotiation(
System.bool value
);
public:
property System.bool AllowExtendedNegotiation {
System.bool get();
void set ( System.bool value);
}
'Declaration
Public Property AllowExtendedNegotiation As System.Boolean
'Usage
Dim instance As DicomServer
Dim value As System.Boolean
instance.AllowExtendedNegotiation = value
value = instance.AllowExtendedNegotiation
Target Platforms: .NET CLR 4.8 or higher