TransferSyntax Property (WorklistEventArgs)
In This Topic
The transfer syntax to be used to the return the data to the client
Syntax
'Declaration
Public Property TransferSyntax As System.String
'Usage
Dim instance As WorklistEventArgs
Dim value As System.String
instance.TransferSyntax = value
value = instance.TransferSyntax
public System.string TransferSyntax {get; set;}
public read-write property TransferSyntax: System.String;
public function get,set TransferSyntax : System.String
public: __property System.string* get_TransferSyntax();
public: __property void set_TransferSyntax(
System.string* value
);
public:
property System.String^ TransferSyntax {
System.String^ get();
void set ( System.String^ value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also