TransferSyntaxes Property (WadoWebClient)
In This Topic
The list of transfer yntaxes that should be accepted
Syntax
'Declaration
Public Property TransferSyntaxes As System.Collections.Generic.List(Of String)
'Usage
Dim instance As WadoWebClient
Dim value As System.Collections.Generic.List(Of String)
instance.TransferSyntaxes = value
value = instance.TransferSyntaxes
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);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also