In This Topic
The list of transfer syntaxes offered in a presentation context
Syntax
'Declaration
Public Property OfferedTS As System.String()
'Usage
Dim instance As DicomContext
Dim value() As System.String
instance.OfferedTS = value
value = instance.OfferedTS
public System.string[] OfferedTS {get; set;}
public read-write property OfferedTS: System.array of String;
public function get,set OfferedTS : System.String[]
public: __property System.string*[]* get_OfferedTS();
public: __property void set_OfferedTS(
System.string*[][]* value
);
public:
property System.array<String^>^ OfferedTS {
System.array<String^>^ get();
void set ( System.array<String^>^ value);
}
Property Value
The list of transfer syntaxes offered
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also