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 > DicomRequest Class : PresentationContexts Property |
public List<PresentationContext> PresentationContexts {get;}
'Declaration Public ReadOnly Property PresentationContexts As List(Of PresentationContext)
'Usage Dim instance As DicomRequest Dim value As List(Of PresentationContext) value = instance.PresentationContexts
public: property List<PresentationContext^>^ PresentationContexts { List<PresentationContext^>^ get(); }