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