RequestorSCPRole Property
public System.bool RequestorSCPRole {get; set;}
public read-write property RequestorSCPRole: System.Boolean;
public function get,set RequestorSCPRole : System.boolean
public: __property System.bool get_RequestorSCPRole();
public: __property void set_RequestorSCPRole(
System.bool value
);
public:
property System.bool RequestorSCPRole {
System.bool get();
void set ( System.bool value);
}
'Declaration
Public Property RequestorSCPRole As System.Boolean
'Usage
Dim instance As DicomContext
Dim value As System.Boolean
instance.RequestorSCPRole = value
value = instance.RequestorSCPRole
Property Value
True if reverse role negotiation is to be supported
Target Platforms: .NET CLR 4.8 or higher