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