AllowExtendedNegotiation Property
In This Topic
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
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);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also