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