In This Topic
The negotiated and accepted transfer syntax to be used in a presentation context
Syntax
'Declaration
Public Property AcceptedTS As System.String
'Usage
Dim instance As DicomContext
Dim value As System.String
instance.AcceptedTS = value
value = instance.AcceptedTS
public System.string AcceptedTS {get; set;}
public read-write property AcceptedTS: System.String;
public function get,set AcceptedTS : System.String
public: __property System.string* get_AcceptedTS();
public: __property void set_AcceptedTS(
System.string* value
);
public:
property System.String^ AcceptedTS {
System.String^ get();
void set ( System.String^ value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also