Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Dicom.AddIn Namespace > PresentationContext Class : TransferSyntaxes Property |
public ThreadSafeList<string> TransferSyntaxes {get;}
'Declaration Public ReadOnly Property TransferSyntaxes As ThreadSafeList(Of String)
'Usage Dim instance As PresentationContext Dim value As ThreadSafeList(Of String) value = instance.TransferSyntaxes
public: property ThreadSafeList<String^>^ TransferSyntaxes { ThreadSafeList<String^>^ get(); }