RequestorSCPRole Property
In This Topic
Used for reverse role negotiation
Syntax
'Declaration
Public Property RequestorSCPRole As System.Boolean
'Usage
Dim instance As DicomContext
Dim value As System.Boolean
instance.RequestorSCPRole = value
value = instance.RequestorSCPRole
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);
}
Property Value
True if reverse role negotiation is to be supported
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also