TransferSyntaxes Property (QidoWebClient)
The list of transfer yntaxes that should be accepted
public System.Collections.Generic.List<string> TransferSyntaxes {get; set;}
public read-write property TransferSyntaxes: System.Collections.Generic.List;
public function get,set TransferSyntaxes : System.Collections.Generic.List
public: __property System.Collections.Generic.List<string*>* get_TransferSyntaxes();
public: __property void set_TransferSyntaxes(
System.Collections.Generic.List<string*>* value
);
public:
property System.Collections.Generic.List<String^>^ TransferSyntaxes {
System.Collections.Generic.List<String^>^ get();
void set ( System.Collections.Generic.List<String^>^ value);
}
'Declaration
Public Property TransferSyntaxes As System.Collections.Generic.List(Of String)
'Usage
Dim instance As QidoWebClient
Dim value As System.Collections.Generic.List(Of String)
instance.TransferSyntaxes = value
value = instance.TransferSyntaxes
Target Platforms: .NET CLR 4.8 or higher